refid ส่งกลับ

This commit is contained in:
moss 2025-04-01 11:08:27 +07:00
parent b1d198133f
commit 6dd057516f
5 changed files with 20143 additions and 1 deletions

View file

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