เพิ่มคำสั่งยกเลิกลา
This commit is contained in:
parent
bcf0c0bfdb
commit
033fc915d0
12 changed files with 19309 additions and 88 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue