fix(command): sort

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-09-30 14:12:12 +07:00
parent 6d3c26d0af
commit 00fc7eac26
8 changed files with 109 additions and 212 deletions

View file

@ -1,6 +1,6 @@
interface FormQuery {
page: number;
pageSize: number;
page?: number;
pageSize?: number;
year: number;
keyword: string;
commandTypeId: string;