sort api/v1/leave/user/table and api/v1/discipline/complaint_appeal/user/{id}

This commit is contained in:
AdisakKanthawilang 2025-09-15 10:48:47 +07:00
parent fb6a82be14
commit 2a02bdf9f7
3 changed files with 123 additions and 7 deletions

View file

@ -20,5 +20,9 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
public int PageSize = 10;
public string? Keyword { get; set; } = string.Empty;
public string? SortBy { get; set; } = string.Empty;
public bool? Descending { get; set; } = false;
}
}