หา 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

@ -146,6 +146,16 @@ namespace BMA.EHR.Domain.Models.Retirement
public string? positionExecutiveFieldOld { get; set; }
[Comment("ด้าน/สาขา (เก่า)")]
public string? positionAreaOld { get; set; }
[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; }
public List<RetirementResignCancelApprover> Approvers { get; set; } = new();
}
}