update Page obj

This commit is contained in:
Timi
2025-12-08 17:14:00 +08:00
parent a25c38d50d
commit 71fc077726
5 changed files with 34 additions and 18 deletions

View File

@ -17,7 +17,8 @@ export type QueryPage = {
index: number;
size: number;
orderMap?: { [key: string]: OrderType };
likeMap?: { [key: string]: string | undefined | null };
equealsExample?: { [key: string]: string | undefined | null };
likeExample?: { [key: string]: string | undefined | null };
}
export enum OrderType {