conditions
conditions: {
categoryTwoList?: string[];
contactMobile?: string;
contactName?: string;
createdAtRange: [number, number];
fulFillAtRange: [number, number];
pageIndex: number;
pageSize: number;
status?: string;
storeIdList?: string[];
}
Type declaration
-
Optional categoryTwoList?: string[]
-
Optional contactMobile?: string
-
Optional contactName?: string
-
createdAtRange: [number, number]
-
fulFillAtRange: [number, number]
-
pageIndex: number
-
pageSize: number
-
Optional status?: string
-
Optional storeIdList?: string[]
条件