แก้ api พ้นราชการ

This commit is contained in:
Kittapath 2024-05-21 19:41:55 +07:00
parent 2a3a151f34
commit 63b02dcc4c
19 changed files with 54771 additions and 431 deletions

View file

@ -16,7 +16,7 @@ namespace BMA.EHR.Domain.Models.Notifications
[Comment("รหัสผู้รับข้อความ")]
public Guid ReceiverUserId { get; set; }
public string KeycloakUserId { get; set; }
public string? KeycloakUserId { get; set; }
[Column(TypeName = "text"), Comment("สิงที่แนบมาด้วย")]
public string Payload { get; set; }

View file

@ -13,7 +13,7 @@ namespace BMA.EHR.Domain.Models.Notifications
[Comment("รหัสผู้รับข้อความ")]
public Guid ReceiverUserId { get; set; }
public string KeycloakUserId { get; set; }
public string? KeycloakUserId { get; set; }
[Required, Comment("ประเภทการแจ้งเตือน")]
public string Type { get; set; }