api ระบบวินัย กรรมการ/ช่องทางร้องเรียน

This commit is contained in:
Kittapath 2023-11-18 01:43:03 +07:00
parent 9ed48d93b4
commit 2cdf724d58
69 changed files with 21578 additions and 134 deletions

View file

@ -6610,14 +6610,14 @@ namespace BMA.EHR.Infrastructure.Migrations
b.Property<int>("Level")
.HasColumnType("int")
.HasColumnOrder(4)
.HasComment("ลำดับชั้นของเครื่องราชย์ เอาไว้ตรวจสอบเวลาขอว่าต้องได้ชั้นที่สูงกว่าที่เคยได้รับแล้วเท่านั้น");
.HasComment("ลำดับชั้นของเครื่องราช เอาไว้ตรวจสอบเวลาขอว่าต้องได้ชั้นที่สูงกว่าที่เคยได้รับแล้วเท่านั้น");
b.Property<string>("Name")
.IsRequired()
.HasMaxLength(100)
.HasColumnType("varchar(100)")
.HasColumnOrder(1)
.HasComment("ชื่อเครื่องราชย์");
.HasComment("ชื่อเครื่องราช");
b.Property<string>("Note")
.IsRequired()
@ -6630,7 +6630,7 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasMaxLength(30)
.HasColumnType("varchar(30)")
.HasColumnOrder(2)
.HasComment("ชื่อย่อเครื่องราชย์");
.HasComment("ชื่อย่อเครื่องราช");
b.HasKey("Id");
@ -6696,7 +6696,7 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasMaxLength(50)
.HasColumnType("varchar(50)")
.HasColumnOrder(1)
.HasComment("ชื่อประเภทเครื่องราชย์");
.HasComment("ชื่อประเภทเครื่องราช");
b.HasKey("Id");