แก้ Defect + EditReson and EditStatus

This commit is contained in:
Suphonchai Phoonsawat 2023-11-24 16:52:48 +07:00
parent 0096e6dd5b
commit 826431ab48
7 changed files with 641 additions and 7 deletions

View file

@ -65,5 +65,11 @@ namespace BMA.EHR.Domain.Models.Leave.TimeAttendants
[Comment("สถานะ Check-Out")]
public string? CheckOutStatus { get; set; } = string.Empty;
[Comment("สถานะการของลงเวลาพิเศษ")]
public string? EditStatus { get; set; } = string.Empty;
[Comment("เหตุผลการอนุมัติ/ไม่อนุมัติขอลงเวลาพิเศษ")]
public string? EditReason { get; set; } = string.Empty;
}
}