using HL_FristAidPlatform_Models; namespace HL_FristAidPlatform_Help { /// /// 我的收藏 /// public class T_Service_EnshrineModel : T_Service_Enshrine { /// /// 真实姓名 /// public string Name { get; set; } /// /// 性别 /// public int Gender { get; set; } /// /// 年龄 /// public int Age { get; set; } /// /// 年龄 /// public string Age_Unit { get; set; } /// /// 病历内容 /// public string Content { get; set; } } }