namespace HL_FristAidPlatform_DTO { public class ICUListJsonModelDTO { // /// 患者GUID /// public string PatientGUID { get; set; } /// /// ICU信息数据 /// public string ICUListJson { get; set; } } }