api noti เพิ่มฟารอ่านข้อความ

This commit is contained in:
Kittapath 2024-01-18 13:29:38 +07:00
parent a1bd2ec4b8
commit 78b0ad7d1d
8 changed files with 17042 additions and 12 deletions

View file

@ -9083,6 +9083,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnOrder(101)
.HasComment("User Id ที่สร้างข้อมูล");
b.Property<DateTime?>("DeleteDate")
.HasColumnType("datetime(6)")
.HasComment("วันที่ลบข้อมูล");
b.Property<bool>("IsOpen")
.HasColumnType("tinyint(1)")
.HasComment("เปิดอ่านแล้วหรือยัง");
@ -9267,6 +9271,10 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnOrder(101)
.HasComment("User Id ที่สร้างข้อมูล");
b.Property<DateTime?>("DeleteDate")
.HasColumnType("datetime(6)")
.HasComment("วันที่ลบข้อมูล");
b.Property<bool>("IsOpen")
.HasColumnType("tinyint(1)")
.HasComment("เปิดอ่านแล้วหรือยัง");