namespace HL_FristAidPlatform_DTO { public class AbnormalSchedulingDTO { /// /// GUID /// public string GUID { get; set; } /// /// 异常原因 3途中待命 4站内待命 5中止任务 6暂停调用 7恢复调用 /// public string AbnormalScheduling { get; set; } } }