refid ส่งกลับ

This commit is contained in:
moss 2025-04-01 11:08:27 +07:00
parent b1d198133f
commit 6dd057516f
5 changed files with 20143 additions and 1 deletions

View file

@ -101,5 +101,7 @@ namespace BMA.EHR.Domain.Models.Placement
public string? posLevelOldId { get; set; }
[Comment("ชื่อระดับตำแหน่ง old")]
public string? posLevelNameOld { get; set; }
[Comment("Id อ้างอิงช่วยราช")]
public Guid? refId { get; set; }
}
}