คำสั่ง 22 เพิ่มครั้งที่

This commit is contained in:
Kittapath 2023-10-31 23:02:23 +07:00
parent cc711146c5
commit 6cfe02a2e0
8 changed files with 17021 additions and 2 deletions

View file

@ -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; }