เพิ่มคำสั่งยกเลิกลา

This commit is contained in:
Kittapath 2024-07-18 20:37:17 +07:00
parent bcf0c0bfdb
commit 033fc915d0
12 changed files with 19309 additions and 88 deletions

View file

@ -229,6 +229,12 @@ namespace BMA.EHR.Domain.Models.Commands.Core
[Comment("รอบเงินเดือน")]
public string? SalaryPeriod { get; set; }
[Comment("วันที่เริ่มรักษาการแทน")]
public DateTime? ActStartDate { get; set; }
[Comment("วันที่สิ้นสุดการรักษาการแทน")]
public DateTime? ActEndDate { get; set; }
#endregion
public virtual List<CommandDocument> Documents { get; set; } = new();