LV1_018 - รายการลงเวลากรณีพิเศษ (ADMIN)
This commit is contained in:
parent
e76d994098
commit
a8379303f9
8 changed files with 761 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ namespace BMA.EHR.Domain.Models.Leave.TimeAttendants
|
|||
public string Description { get; set; } = string.Empty;
|
||||
|
||||
[Comment("สถานะการอนุมัติ")]
|
||||
public bool IsApproved { get; set; } = false;
|
||||
public string Status { get; set; } = "PENDING"; // APPROVE,REJECT
|
||||
|
||||
[Comment("หมายเหตุในการการอนุมัติ/ไม่อนุมัติ")]
|
||||
public string? Comment { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue