LV1_015 - ประวัติการเปลี่ยนรอบการลงเวลา (ADMIN)
This commit is contained in:
parent
2bf43a52b5
commit
1e556db01a
5 changed files with 112 additions and 11 deletions
|
|
@ -12,6 +12,8 @@ namespace BMA.EHR.Domain.Models.Leave.TimeAttendants
|
|||
[Required, Comment("รหัสรอบการลงเวลา")]
|
||||
public Guid DutyTimeId { get; set; } = Guid.Empty;
|
||||
|
||||
public DutyTime DutyTime { get; set; }
|
||||
|
||||
[Comment("วันที่มีผล")]
|
||||
public DateTime? EffectiveDate { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue