ยกเลิกลูกจ้าง
Some checks failed
release-dev / release-dev (push) Failing after 13s

This commit is contained in:
moss 2025-05-27 19:48:38 +07:00
parent 28f8971e7f
commit 4b43104400
11 changed files with 22046 additions and 8 deletions

View file

@ -23,6 +23,8 @@ namespace BMA.EHR.Domain.Models.Retirement
public string ApproveStatus { get; set; } = string.Empty;
public string Comment { get; set; } = string.Empty;
public string Org { get; set; } = string.Empty;
public DateTime? RejectDate { get; set; }
public string? ApproveType { get; set; } = string.Empty; // ผู้บังคับบัญชา = commander, ผู้มีอำนาจอนุมัติ = Approver
}