api แต่งตั้งลูกจ้าง

This commit is contained in:
Kittapath 2023-10-03 08:58:30 +07:00
parent 15054de97f
commit 4b9c3a2bc7
7 changed files with 576 additions and 0 deletions

View file

@ -40,5 +40,6 @@ namespace BMA.EHR.Application.Responses.Reports
public string? Reason { get; set; } = string.Empty;
public string? LeaveDate { get; set; } = string.Empty;
public string? MilitaryDate { get; set; } = string.Empty;
public string? OldSalaryDate { get; set; } = string.Empty;
}
}