เพิ่ม api สร้างคำสั่ง C-PM-18 ถึง C-PM-20

This commit is contained in:
Suphonchai Phoonsawat 2023-08-25 14:41:31 +07:00
parent 200e8eb5f6
commit 20ef0c5c09
7 changed files with 16216 additions and 2 deletions

View file

@ -80,6 +80,18 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("varchar(4)")
.HasComment("ปีที่ออกคำสั่ง");
b.Property<DateTime?>("ConclusionFireDate")
.HasColumnType("datetime(6)")
.HasComment("ลงวันที่ (เรื่องการดำเนินการทางวินัย)");
b.Property<string>("ConclusionFireNo")
.HasColumnType("longtext")
.HasComment("ครั้งที่ (เรื่องการดำเนินการทางวินัย)");
b.Property<string>("ConclusionFireResolution")
.HasColumnType("longtext")
.HasComment("มติที่ประชุม (เรื่องการดำเนินการทางวินัย)");
b.Property<DateTime?>("ConclusionMeetingDate")
.HasColumnType("datetime(6)")
.HasComment("การประชุม ลงวันที่");
@ -139,11 +151,21 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnOrder(101)
.HasComment("User Id ที่สร้างข้อมูล");
b.Property<string>("Fault")
.HasColumnType("longtext")
.HasComment("รายละเอียดการกระทำผิด");
b.Property<DateTime?>("GovAidCommandDate")
.HasColumnType("datetime(6)");
.HasColumnType("datetime(6)")
.HasComment("ลงวันที่ (คำสั่งช่วยราชการ)");
b.Property<string>("GovAidCommandNo")
.HasColumnType("longtext");
.HasColumnType("longtext")
.HasComment("คำสั่งเลขที่ (คำสั่งช่วยราชการ)");
b.Property<string>("GuiltyBasis")
.HasColumnType("longtext")
.HasComment("ฐานความผิด");
b.Property<Guid>("IssuerOrganizationId")
.HasColumnType("char(36)")