api noti เพิ่มฟารอ่านข้อความ
This commit is contained in:
parent
a1bd2ec4b8
commit
78b0ad7d1d
8 changed files with 17042 additions and 12 deletions
|
|
@ -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("เปิดอ่านแล้วหรือยัง");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue