query report อุทธรณ์
This commit is contained in:
parent
f11f927f7e
commit
52af68a9a9
6 changed files with 11826 additions and 4 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue