namespace HL_FristAidPlatform_Help
{
public class AbnormalSchedulingModel
/// <summary>
/// GUID
/// </summary>
public string GUID { get; set; }
/// 异常原因
public string AbnormalScheduling { get; set; }
}