Merge branch 'develop' into working

This commit is contained in:
Suphonchai Phoonsawat 2024-06-24 12:27:27 +07:00
commit 1134267acf
7 changed files with 20233 additions and 5365 deletions

View file

@ -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");