DeviceManager/DeviceRepair.Models/Enum/SysModelType.cs
2024-08-02 10:52:45 +08:00

42 lines
577 B
C#

namespace DeviceRepair.Models.Enum
{
public enum SysModelType
{
SYS_SET = 0,
USER_INFO = 1,
DEVICE = 2,
PM_PLAN = 3,
PM_PLAN_CurrentMonth = 4,
CheckForm = 5,
CustomField = 6,
Maintenance = 7,
MaintenanceAccessories = 8,
Tag = 9,
Email = 10,
AM_PLAN = 11,
PLAN_Pregress = 12,
Get_EquiAnnualPlans = 13,
AM_PLAN_Scheduler = 14,
SFC_Batch_PE_QE_Email = 15,
Get_SFC_Auths = 16,
Attachment = 99
}
}