คิวรี่เรื่งที่คำสั่ง

This commit is contained in:
Kittapath 2023-10-03 09:44:14 +07:00
parent 4b9c3a2bc7
commit c9d0800461
4 changed files with 23 additions and 8 deletions

View file

@ -28,6 +28,7 @@ namespace BMA.EHR.Application.Responses.Reports
public string ActiveDate { get; set; } = string.Empty;
public string FullName { get; set;} = string.Empty;
public string FullName { get; set; } = string.Empty;
public string Subject { get; set; } = string.Empty;
}
}