no message

This commit is contained in:
kittapath 2025-02-07 16:52:49 +07:00
parent 91196ec876
commit 970e368ce4
5 changed files with 3543 additions and 0 deletions

View file

@ -85,6 +85,8 @@ namespace BMA.EHR.Domain.Models.Discipline
public string? Status { get; set; }
[Comment("ประเภทออกคำสั่ง")]
public Guid? CommandTypeId { get; set; }
[Comment("ประเภทออกคำสั่ง")]
public string? CommandCode { get; set; }
[Comment("เหตุที่ถูกสั่งพักราชการ/ออกจากราชการไว้ก่อน")]
public string? DescriptionSuspend { get; set; }
[Comment("วันที่สั่งพักราชการ/ให้ออกจากราชการไว้ก่อน")]