Merge branch 'develop' into working
This commit is contained in:
commit
1134267acf
7 changed files with 20233 additions and 5365 deletions
|
|
@ -12487,6 +12487,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("id อัตรากำลัง");
|
||||
|
||||
b.Property<string>("profileId")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("profileId");
|
||||
|
||||
b.Property<string>("root")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("ชื่อหน่วยงาน root");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue