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