LV1_015 - ประวัติการเปลี่ยนรอบการลงเวลา (ADMIN)

This commit is contained in:
Suphonchai Phoonsawat 2023-11-23 17:04:45 +07:00
parent 2bf43a52b5
commit 1e556db01a
5 changed files with 112 additions and 11 deletions

View file

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