sort api/v1/leave/user/table and api/v1/discipline/complaint_appeal/user/{id}
This commit is contained in:
parent
fb6a82be14
commit
2a02bdf9f7
3 changed files with 123 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue