Add Field to Command Table
This commit is contained in:
parent
9a2e487d8d
commit
297b1efb57
6 changed files with 12061 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue