คำสั่ง 22 เพิ่มครั้งที่
This commit is contained in:
parent
cc711146c5
commit
6cfe02a2e0
8 changed files with 17021 additions and 2 deletions
|
|
@ -190,6 +190,16 @@ namespace BMA.EHR.Domain.Models.Commands.Core
|
|||
|
||||
#endregion
|
||||
|
||||
#region " คำสั่ง C-PM-22 "
|
||||
|
||||
[Comment("การประชุม ครั้งที่")]
|
||||
public string? ConclusionTranferNo { get; set; } = string.Empty;
|
||||
|
||||
[Comment("การประชุม ลงวันที่")]
|
||||
public DateTime? ConclusionTranferDate { get; set; } = DateTime.Now;
|
||||
|
||||
#endregion
|
||||
|
||||
public virtual List<CommandDocument> Documents { get; set; } = new();
|
||||
|
||||
public virtual List<CommandReceiver> Receivers { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue