API การลา 01-03
This commit is contained in:
parent
32686c3e0b
commit
cffb53c1f5
29 changed files with 6391 additions and 4 deletions
|
|
@ -26,5 +26,72 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
public IFormFile? LeaveDraftDocument { get; set; }
|
||||
|
||||
public string? LeaveSalaryText { get; set; }
|
||||
|
||||
public string? WifeDayName { get; set; }
|
||||
|
||||
public string? WifeDayDateBorn { get; set; }
|
||||
|
||||
public int? RestDayOldTotal { get; set; }
|
||||
|
||||
public int? RestDayCurrentTotal { get; set; }
|
||||
|
||||
public bool? OrdainDayStatus { get; set; }
|
||||
|
||||
public string? OrdainDayLocationName { get; set; }
|
||||
|
||||
public string? OrdainDayLocationAddress { get; set; }
|
||||
|
||||
public string? OrdainDayLocationNumber { get; set; }
|
||||
|
||||
public DateTime? OrdainDayOrdination { get; set; }
|
||||
|
||||
public string? OrdainDayBuddhistLentName { get; set; }
|
||||
|
||||
public string? OrdainDayBuddhistLentAddress { get; set; }
|
||||
|
||||
public bool? HajjDayStatus { get; set; }
|
||||
|
||||
public string? AbsentDaySummon { get; set; }
|
||||
|
||||
public string? AbsentDayLocation { get; set; }
|
||||
|
||||
public DateTime? AbsentDayRegistorDate { get; set; }
|
||||
|
||||
public string? AbsentDayGetIn { get; set; }
|
||||
|
||||
public string? AbsentDayAt { get; set; }
|
||||
|
||||
public string? StudyDaySubject { get; set; }
|
||||
|
||||
public string? StudyDayDegreeLevel { get; set; }
|
||||
|
||||
public string? StudyDayUniversityName { get; set; }
|
||||
|
||||
public string? StudyDayTrainingSubject { get; set; }
|
||||
|
||||
public string? StudyDayTrainingName { get; set; }
|
||||
|
||||
public string? StudyDayCountry { get; set; }
|
||||
|
||||
public string? StudyDayScholarship { get; set; }
|
||||
|
||||
public string? CoupleDayName { get; set; }
|
||||
|
||||
public string? CoupleDayPosition { get; set; }
|
||||
|
||||
public string? CoupleDayLevel { get; set; }
|
||||
|
||||
public string? CoupleDayLevelCountry { get; set; }
|
||||
|
||||
public string? CoupleDayCountryHistory { get; set; }
|
||||
|
||||
public string? CoupleDayTotalHistory { get; set; }
|
||||
|
||||
public DateTime? CoupleDayStartDateHistory { get; set; }
|
||||
|
||||
public DateTime? CoupleDayEndDateHistory { get; set; }
|
||||
|
||||
public string? CoupleDaySumTotalHistory { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue