ออกคำสี่ง สรุปผลวินัย
This commit is contained in:
parent
d5a78f2d0f
commit
36395c20f2
9 changed files with 10493 additions and 8953 deletions
|
|
@ -33,6 +33,10 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
public string? Status { get; set; }
|
||||
[Comment("ประเภทออกคำสั่ง")]
|
||||
public Guid? CommandTypeId { get; set; }
|
||||
[Comment("สถานะออกคำสั่งงดโทด")]
|
||||
public string? StatusDiscard { get; set; }
|
||||
[Comment("ประเภทออกคำสั่งงดโทด")]
|
||||
public Guid? CommandTypeDiscardId { get; set; }
|
||||
[Comment("ส่งไปยุติเรื่อง")]
|
||||
public bool IsReport { get; set; } = false;
|
||||
[Required, Comment("Id เรื่องสอบสวน")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue