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, Get_JumpCheck = 17, Attachment = 99 } }