บันทึกวันที่ส่งตัวกลับ

This commit is contained in:
Kittapath 2023-09-28 12:51:36 +07:00
parent ca7c06d583
commit b63b31608d
2 changed files with 28 additions and 23 deletions

View file

@ -9,6 +9,7 @@ namespace BMA.EHR.Placement.Service.Requests
public string Reason { get; set; }
public string? OrganizationPositionOld { get; set; }
public DateTime? Date { get; set; }
public DateTime? DateRepatriation { get; set; }
public string? PositionTypeOld { get; set; }
public string? PositionLevelOld { get; set; }
public string? PositionNumberOld { get; set; }