This commit is contained in:
parent
c6663b35c3
commit
ccb183dc95
11 changed files with 20289 additions and 112 deletions
|
|
@ -81,6 +81,10 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
public double? Salary { get; set; }
|
||||
[Comment("ส่งไปยุติเรื่อง")]
|
||||
public string? IsReport { get; set; } = "NEW";
|
||||
[Comment("หมายเหตุยุติเรื่อง")]
|
||||
public string? RemarkReject { get; set; }
|
||||
[Comment("อ้างอิงรหัสเอกสาร")]
|
||||
public Document? DocumentReject { get; set; }
|
||||
[Comment("ส่งไปสอบสวน")]
|
||||
public bool? IsDisciplinary { get; set; } = false;
|
||||
[Comment("รายการเก่า")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue