- 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

@ -128,5 +128,7 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
public string? OrganizationName { get; set; } = string.Empty;
public DateTime? LeaveLast { get; set; }
public string? CommanderPosition { get; set; } = string.Empty;
}
}

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

View file

@ -8,6 +8,10 @@
public string Dear { get; set; }
public string? LeaveSubTypeName { get; set; } = string.Empty;
public string? CommanderPosition { get; set; } = string.Empty;
public string FullName { get; set; }
public string PositionName { get; set; }