StableVersion4.3/HL_FristAidPlatform_Help/Model/AbnormalSchedulingModel.cs

16 lines
324 B
C#

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