fix issue #858 : เลขที่คำสั่งไม่แสดง

This commit is contained in:
Bright 2024-12-13 16:01:17 +07:00
parent ef5ec7dd85
commit 4b8c059677
2 changed files with 10 additions and 1 deletions

View file

@ -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; }
}
}