no message

This commit is contained in:
Kittapath 2023-10-11 23:25:54 +07:00
parent c285b4dd72
commit fb6e71c60c
4 changed files with 42 additions and 8 deletions

View file

@ -64,5 +64,7 @@ namespace BMA.EHR.Domain.Models.HR
[Comment("ประเภทตำแหน่งกรณีพิเศษ")]
public string? SalaryStatus { get; set; }
public bool IsActive { get; set; } = true;
[Comment("เอกสารอ้างอิง (เลขที่คำสั่ง)")]
public string? RefCommandNo { get; set; }
}
}