sortPageVo.ts 195 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 import { PageVo } from '@/api/model/pageVo'; export interface SortPageVo extends PageVo { /** * 排序字段 */ sortField: string; /** * 排序类型 */ sortOrder: string; }