namespace HL_FristAidPlatform_Public { public class ReportModel { public string name { get; set; } public string value { get; set; } } }