Add Field to Command Table

This commit is contained in:
Suphonchai Phoonsawat 2023-07-28 10:53:03 +07:00
parent 9a2e487d8d
commit 297b1efb57
6 changed files with 12061 additions and 1 deletions

View file

@ -73,5 +73,8 @@ namespace BMA.EHR.Domain.Models.Commands.Core
public virtual List<CommandReceiver> Receivers { get; set; }
public virtual List<CommandDeployment> Deployments { get; set; }
[Required, Comment("รหัสส่วนราชการผู้ออกคำสั่ง")]
public virtual Guid OwnerGovId { get; set; } = Guid.Empty;
}
}