แก้ไขหมาย้หตุคำสั่ง

This commit is contained in:
Kittapath 2023-10-02 19:51:38 +07:00
parent a76ba4270f
commit ccf19c5683
21 changed files with 16530 additions and 70 deletions

View file

@ -36,6 +36,9 @@ namespace BMA.EHR.Application.Responses.Reports
public string AppointDate { get; set; } = string.Empty;
public string Education { get; set;} = string.Empty;
public string Education { get; set; } = string.Empty;
public string? Reason { get; set; } = string.Empty;
public string? LeaveDate { get; set; } = string.Empty;
public string? MilitaryDate { get; set; } = string.Empty;
}
}