fix issue #858 : เลขที่คำสั่งไม่แสดง
This commit is contained in:
parent
ef5ec7dd85
commit
4b8c059677
2 changed files with 10 additions and 1 deletions
|
|
@ -94,5 +94,8 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
public string Status { get; set; } = "WAITTING";
|
||||
[Comment("สถานะการใช้งาน")]
|
||||
public bool IsActive { get; set; } = true;
|
||||
|
||||
[Comment("เลขที่คำสั่ง")]
|
||||
public string? commandNo { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue