แก้ออกคำสั่ง

This commit is contained in:
Kittapath 2024-07-10 15:02:45 +07:00
parent 186a3ee76a
commit 43e6593599
5 changed files with 51 additions and 57 deletions

View file

@ -8,7 +8,7 @@ namespace BMA.EHR.Placement.Service.Requests
public string Subject { get; set; }
public string Body { get; set; }
public string Payload { get; set; }
public Guid ReceiverUserId { get; set; }
public string ReceiverUserId { get; set; }
public bool IsSendMail { get; set; }
public bool IsSendInbox { get; set; }
public bool IsSendNotification { get; set; }