using System; namespace HL_FristAidPlatform_Help { public class CalendarModel { public int info { get; set; } public DateTime? Date { get; set; } public bool AllDay { get; set; } /// /// 0过期 1没过期 /// public int ExpiredTime { get; set; } } }