API การลา 01-03
This commit is contained in:
parent
32686c3e0b
commit
cffb53c1f5
29 changed files with 6391 additions and 4 deletions
|
|
@ -11,5 +11,8 @@ namespace BMA.EHR.Domain.Models.Leave.Commons
|
|||
|
||||
[Required, Comment("รหัสประเภทการลา")]
|
||||
public string Code { get; set; } = string.Empty;
|
||||
|
||||
[Required, Comment("จำนวนวันลาสูงสุดประจำปี")]
|
||||
public int Limit { get; set; } = 30;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -104,5 +104,17 @@ namespace BMA.EHR.Domain.Models.Leave.Requests
|
|||
public string LeaveStatus { get; set; } = string.Empty;
|
||||
|
||||
public string LeaveComment { get; set; } = string.Empty;
|
||||
|
||||
public int LeaveTotal { get; set; } = 0;
|
||||
|
||||
public DateTime? LeaveLast { get; set; }
|
||||
|
||||
public Guid KeycloakUserId { get; set; } = Guid.Empty;
|
||||
|
||||
public DateTime? LeaveBirthDate { get; set; }
|
||||
|
||||
public DateTime? LeaveGovernmentDate { get; set; }
|
||||
|
||||
public int? LeaveSalary { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue