แก้ api ลา

This commit is contained in:
kittapath 2024-11-18 18:43:46 +07:00
parent d08b4ca723
commit 4822110533
20 changed files with 20695 additions and 2783 deletions

View file

@ -5763,6 +5763,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnOrder(102)
.HasComment("แก้ไขข้อมูลล่าสุดเมื่อ");
b.Property<string>("Organization")
.HasColumnType("longtext")
.HasComment("รหัสหน่วยงาน");
b.Property<Guid>("OrganizationId")
.HasColumnType("char(36)")
.HasComment("รหัสหน่วยงาน");
@ -5791,6 +5795,9 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("datetime(6)")
.HasComment("ยืมวันที่");
b.Property<string>("BorrowOrganization")
.HasColumnType("longtext");
b.Property<Guid?>("BorrowOrganizationId")
.HasColumnType("char(36)")
.HasComment("Fk Table OrganizationOrganization Borrow");
@ -5843,6 +5850,9 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("datetime(6)")
.HasComment("คืนวันที่");
b.Property<string>("ReturnOrganization")
.HasColumnType("longtext");
b.Property<Guid?>("ReturnOrganizationId")
.HasColumnType("char(36)")
.HasComment("Fk Table OrganizationOrganization Return");
@ -6153,6 +6163,12 @@ namespace BMA.EHR.Infrastructure.Migrations
b.Property<Guid>("RequestInsigniaId")
.HasColumnType("char(36)");
b.Property<string>("Root")
.HasColumnType("longtext");
b.Property<Guid?>("RootId")
.HasColumnType("char(36)");
b.Property<double?>("Salary")
.HasColumnType("double");
@ -6497,6 +6513,12 @@ namespace BMA.EHR.Infrastructure.Migrations
b.Property<Guid>("RequestInsigniaId")
.HasColumnType("char(36)");
b.Property<string>("Root")
.HasColumnType("longtext");
b.Property<Guid?>("RootId")
.HasColumnType("char(36)");
b.Property<double?>("Salary")
.HasColumnType("double");