namespace HL_FristAidPlatform_DTO
{
public class Header
public string resultCode { get; set; }
public string errorCode { get; set; }
public string errorMsg { get; set; }
}