This commit is contained in:
Suphonchai Phoonsawat 2023-10-11 10:09:26 +07:00
parent 2bfa6ae500
commit 064fe27f89
2 changed files with 8 additions and 2 deletions

View file

@ -30,6 +30,9 @@ namespace BMA.EHR.Domain.Models.Commands.Core
[Column(TypeName = "text"), Comment("หมายเหตุ")]
public string Comment { get; set; } = string.Empty;
[Column(TypeName = "text"), Comment("หมายเหตุแนวนอน")]
public string Comment2 { get; set; } = string.Empty;
[Comment("รหัสอ้างอิงไปยังข้อมูลผู้บรรจุ")]
public Guid? RefPlacementProfileId { get; set; }