exportModel.ts 241 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import { BasicPageParams } from '/@/api/model/baseModel'; export type ExportQueryParam = BasicPageParams & ExportParam; export type ExportParam = { reportConfigName: string; status: number; orderFiled: string; orderType: string; };