แก้เครื่องราชย์
This commit is contained in:
parent
9af97134f4
commit
afb7b60a19
7 changed files with 20842 additions and 31 deletions
|
|
@ -6674,6 +6674,9 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("tinyint(1)")
|
||||
.HasComment("แจ้งเตือน มีโทษทางวินัย");
|
||||
|
||||
b.Property<bool?>("MarkInsignia")
|
||||
.HasColumnType("tinyint(1)");
|
||||
|
||||
b.Property<bool?>("MarkLeave")
|
||||
.HasColumnType("tinyint(1)")
|
||||
.HasComment("แจ้งเตือน ไม่ได้เลื่อนเงินเดือน/ไม่ได้เลื่อนขั้น เนื่องจากลาเกิน");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue