refid ส่งกลับ
This commit is contained in:
parent
b1d198133f
commit
6dd057516f
5 changed files with 20143 additions and 1 deletions
|
|
@ -14083,6 +14083,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("profile Id");
|
||||
|
||||
b.Property<Guid?>("refId")
|
||||
.HasColumnType("char(36)")
|
||||
.HasComment("Id อ้างอิงช่วยราช");
|
||||
|
||||
b.Property<string>("rootDnaOldId")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("id หน่วยงาน rootDna old");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue