แก้โค้ดรายงาน บช 1 ให้เรียงลำดับ
บช 2-3 แสดงรายชื่อ และการเรียงลำดับ
This commit is contained in:
parent
23b3bdbbd0
commit
2940777197
6 changed files with 780 additions and 485 deletions
|
|
@ -12,7 +12,10 @@ namespace BMA.EHR.MetaData.Service.Models
|
|||
[Required, MaxLength(100), Column(Order = 2), Comment("ชื่อย่อระดับตำแหน่ง")]
|
||||
public string ShortName { get; set; } = string.Empty;
|
||||
|
||||
[Column(Order = 3), Comment("สถานะการใช้งาน")]
|
||||
[Column(Order = 3), Comment("ลำดับชั้นของระดับตำแหน่ง")]
|
||||
public int Level { get; set; } = 0;
|
||||
|
||||
[Column(Order = 4), Comment("สถานะการใช้งาน")]
|
||||
public bool IsActive { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue