This commit is contained in:
parent
5c789232f1
commit
dc3c5a82a1
9 changed files with 20845 additions and 45 deletions
|
|
@ -153,6 +153,8 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
|
||||
[Comment("step การอนุมัติ st1 = จทน.อนุมัตื,st2 = ผู้บังคับบัญชา อนุมัติ ")]
|
||||
public string? ApproveStep { get; set; } = string.Empty;
|
||||
[Comment("คนยื่นมาอยู่ในกลุ่ม")]
|
||||
public string? Group { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -151,6 +151,8 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
|
||||
[Comment("step การอนุมัติ st1 = จทน.อนุมัตื,st2 = ผู้บังคับบัญชา อนุมัติ ")]
|
||||
public string? ApproveStep { get; set; } = string.Empty;
|
||||
[Comment("คนยื่นมาอยู่ในกลุ่ม")]
|
||||
public string? Group { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public List<RetirementResignEmployeeApprover> Approvers { get; set; } = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue