no message

This commit is contained in:
kittapath 2025-02-07 16:52:49 +07:00
parent 91196ec876
commit 970e368ce4
5 changed files with 3543 additions and 0 deletions

View file

@ -1770,6 +1770,14 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
.HasColumnType("varchar(13)")
.HasComment("รหัสบัตรประชาชน");
b.Property<string>("CommandCode")
.HasColumnType("longtext")
.HasComment("ประเภทออกคำสั่ง");
b.Property<string>("CommandDiscardCode")
.HasColumnType("longtext")
.HasComment("ประเภทออกคำสั่งงดโทด");
b.Property<Guid?>("CommandTypeDiscardId")
.HasColumnType("char(36)")
.HasComment("ประเภทออกคำสั่งงดโทด");
@ -2715,6 +2723,10 @@ namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
.HasColumnType("varchar(13)")
.HasComment("รหัสบัตรประชาชน");
b.Property<string>("CommandCode")
.HasColumnType("longtext")
.HasComment("ประเภทออกคำสั่ง");
b.Property<Guid?>("CommandTypeId")
.HasColumnType("char(36)")
.HasComment("ประเภทออกคำสั่ง");