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

@ -13,7 +13,7 @@ namespace BMA.EHR.Domain.Models.Notifications
[Required, Comment("รหัสผู้รับข้อความ")]
public Guid ReceiverUserId { get; set; }
[Required,Comment("ประเภทการแจ้งเตือน")]
[Required, Comment("ประเภทการแจ้งเตือน")]
public string Type { get; set; }
[Column(TypeName = "text"), Comment("สิงที่แนบมาด้วย")]
@ -27,5 +27,8 @@ namespace BMA.EHR.Domain.Models.Notifications
[Comment("วันที่เปิดอ่าน")]
public DateTime? OpenDate { get; set; }
[Comment("วันที่ลบข้อมูล")]
public DateTime? DeleteDate { get; set; }
}
}