เพิ่มเรื่องร้องเรียนตอนออกคำสั่ง
This commit is contained in:
parent
4f32e253fd
commit
5ca85c6e7e
13 changed files with 4045 additions and 58 deletions
|
|
@ -214,6 +214,9 @@ namespace BMA.EHR.Domain.Models.Commands.Core
|
|||
[Comment("อ้างอิงมาตราตามกฏหมาย")]
|
||||
public string? RefRaw { get; set; }
|
||||
|
||||
[Comment("Id เรื่องร้องเรียน")]
|
||||
public Guid? ComplaintId { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
public virtual List<CommandDocument> Documents { get; set; } = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue