หา dna บรรจุ

This commit is contained in:
kittapath 2025-06-20 00:35:25 +07:00
parent b1ad88c37b
commit 1ef8544833
20 changed files with 1425 additions and 303 deletions

View file

@ -133,6 +133,16 @@ namespace BMA.EHR.Domain.Models.Retirement
public string? ApproveStep { get; set; } = string.Empty;
[Comment("คนยื่นมาอยู่ในกลุ่ม")]
public string? Group { get; set; } = string.Empty;
[Comment("id หน่วยงาน root old")]
public string? rootDnaOldId { get; set; }
[Comment("id หน่วยงาน child1 old")]
public string? child1DnaOldId { get; set; }
[Comment("id หน่วยงาน child2 old")]
public string? child2DnaOldId { get; set; }
[Comment("id หน่วยงาน child3 old")]
public string? child3DnaOldId { get; set; }
[Comment("id หน่วยงาน child4 old")]
public string? child4DnaOldId { get; set; }
[Required, Comment("อ้างอิงรับย้าย")]
public virtual RetirementResignEmployee RetirementResignEmployee { get; set; }
public List<RetirementResignEmployeeCancelApprover> Approvers { get; set; } = new();