import { SchemaProps } from "../../page/@types"; /** * 分页属性 */ export interface PagingProps extends SchemaProps { /** * 搜索表单数据 */ searchData: any; }