query report อุทธรณ์

This commit is contained in:
Kittapath 2023-12-19 08:33:09 +07:00
parent f11f927f7e
commit 52af68a9a9
6 changed files with 11826 additions and 4 deletions

View file

@ -203,6 +203,14 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
.HasColumnOrder(102)
.HasComment("แก้ไขข้อมูลล่าสุดเมื่อ");
b.Property<string>("Oc")
.HasColumnType("longtext")
.HasComment("สังกัดผู้อุทธรณ์/ร้องทุกข์");
b.Property<string>("Position")
.HasColumnType("longtext")
.HasComment("ตำแหน่งผู้อุทธรณ์/ร้องทุกข์");
b.Property<Guid>("ProfileId")
.HasColumnType("char(36)")
.HasComment("ProfileId");