- commander position

This commit is contained in:
Suphonchai Phoonsawat 2025-04-09 16:19:54 +07:00
parent 50f3d22090
commit 59be7ac619
4 changed files with 21 additions and 0 deletions

View file

@ -136,5 +136,7 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
public string LeaveRange { get; set; } = string.Empty;
public string? ProfileType { get; set; }
public string? CommanderPosition { get; set; } = string.Empty;
}
}