step ระบบลาออก
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
moss 2025-05-23 10:49:40 +07:00
parent 5c789232f1
commit dc3c5a82a1
9 changed files with 20845 additions and 45 deletions

View file

@ -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;

View file

@ -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();