fix issue : 1113
This commit is contained in:
parent
ddb541c819
commit
3cad108cef
8 changed files with 1328 additions and 25 deletions
|
|
@ -91,15 +91,15 @@ namespace BMA.EHR.Domain.Models.Leave.Requests
|
|||
|
||||
public string CoupleDayLevelCountry { get; set; } = string.Empty;
|
||||
|
||||
public string CoupleDayCountryHistory { get; set; } = string.Empty;
|
||||
public string? CoupleDayCountryHistory { get; set; } = string.Empty;
|
||||
|
||||
public string CoupleDayTotalHistory { get; set; } = string.Empty;
|
||||
public string? CoupleDayTotalHistory { get; set; }
|
||||
|
||||
public DateTime CoupleDayStartDateHistory { get; set; } = DateTime.Now;
|
||||
public DateTime? CoupleDayStartDateHistory { get; set; }
|
||||
|
||||
public DateTime CoupleDayEndDateHistory { get; set; } = DateTime.Now;
|
||||
public DateTime? CoupleDayEndDateHistory { get; set; }
|
||||
|
||||
public string CoupleDaySumTotalHistory { get; set; } = string.Empty;
|
||||
public string? CoupleDaySumTotalHistory { get; set; }
|
||||
|
||||
[Required, Comment("สถานะของคำร้อง")]
|
||||
public string LeaveStatus { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue