เพิ่มเรื่องร้องเรียนตอนออกคำสั่ง

This commit is contained in:
Kittapath 2024-01-15 10:38:28 +07:00
parent 4f32e253fd
commit 5ca85c6e7e
13 changed files with 4045 additions and 58 deletions

View file

@ -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();