step ระบบลาออก
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
moss 2025-05-23 10:49:40 +07:00
parent 5c789232f1
commit dc3c5a82a1
9 changed files with 20845 additions and 45 deletions

View file

@ -16840,6 +16840,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnOrder(101)
.HasComment("User Id ที่สร้างข้อมูล");
b.Property<string>("Group")
.HasColumnType("longtext")
.HasComment("คนยื่นมาอยู่ในกลุ่ม");
b.Property<bool>("IsActive")
.HasColumnType("tinyint(1)")
.HasComment("สถานะการใช้งาน");
@ -17770,6 +17774,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnOrder(101)
.HasComment("User Id ที่สร้างข้อมูล");
b.Property<string>("Group")
.HasColumnType("longtext")
.HasComment("คนยื่นมาอยู่ในกลุ่ม");
b.Property<bool>("IsActive")
.HasColumnType("tinyint(1)")
.HasComment("สถานะการใช้งาน");