DeviceManager/DeviceRepair.Models/Enum/SysModelType.cs

13 lines
200 B
C#
Raw Normal View History

2024-07-22 07:50:10 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DeviceRepair.Models.Enum
{
public enum SysModelType
{
}
}