no message
This commit is contained in:
parent
91196ec876
commit
970e368ce4
5 changed files with 3543 additions and 0 deletions
|
|
@ -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("ส่งไปพักราชการ")]
|
||||
|
|
|
|||
|
|
@ -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("วันที่สั่งพักราชการ/ให้ออกจากราชการไว้ก่อน")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue