add api add commander and approver ด้วย และเพิ่มประเภทของผู้อนุมัติ

This commit is contained in:
Suphonchai Phoonsawat 2025-04-22 14:28:51 +07:00
parent 193cffa7c4
commit ddc3d268be
8 changed files with 1620 additions and 48 deletions

View file

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