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

@ -83,10 +83,14 @@ namespace BMA.EHR.Domain.Models.Discipline
public string? Status { get; set; } = "NEW";
[Comment("ประเภทออกคำสั่ง")]
public Guid? CommandTypeId { get; set; }
[Comment("ประเภทออกคำสั่ง")]
public string? CommandCode { get; set; }
[Comment("สถานะออกคำสั่งงดโทด")]
public string? StatusDiscard { get; set; } = "NEW";
[Comment("ประเภทออกคำสั่งงดโทด")]
public Guid? CommandTypeDiscardId { get; set; }
[Comment("ประเภทออกคำสั่งงดโทด")]
public string? CommandDiscardCode { get; set; }
[Comment("ส่งไปยุติเรื่อง")]
public string? IsReport { get; set; } = "NEW";
[Comment("ส่งไปพักราชการ")]

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("วันที่สั่งพักราชการ/ให้ออกจากราชการไว้ก่อน")]