This commit is contained in:
parent
b4cc522fef
commit
0065468568
6 changed files with 21310 additions and 27 deletions
|
|
@ -12794,8 +12794,8 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("ตำแหน่งปัจจุบัน ประเภทราชการ");
|
||||
|
||||
b.Property<int?>("OccupationSalary")
|
||||
.HasColumnType("int")
|
||||
b.Property<double?>("OccupationSalary")
|
||||
.HasColumnType("double")
|
||||
.HasComment("ตำแหน่งปัจจุบัน เงินเดือน");
|
||||
|
||||
b.Property<string>("OccupationTelephone")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue