LV1_018 - รายการลงเวลากรณีพิเศษ (ADMIN)

This commit is contained in:
Suphonchai Phoonsawat 2023-11-24 12:25:03 +07:00
parent e76d994098
commit a8379303f9
8 changed files with 761 additions and 5 deletions

View file

@ -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;