แก้รายงานคำสั่งบรรจุ ลจ

This commit is contained in:
Suphonchai Phoonsawat 2023-09-28 10:11:24 +07:00
parent a3a111834f
commit 68e6e3a63f
5 changed files with 26 additions and 8 deletions

View file

@ -27,5 +27,7 @@ namespace BMA.EHR.Application.Responses.Reports
public string StartDate { get; set; } = string.Empty;
public string ActiveDate { get; set; } = string.Empty;
public string FullName { get; set;} = string.Empty;
}
}

View file

@ -21,5 +21,7 @@
public string Salary { get; set; } = string.Empty;
public string RetireDate { get; set;} = string.Empty;
public string CommandYear { get; set; } = string.Empty;
}
}