export interface IlistQueryType { approvalStatus: string bizLabCode: string creator: string deptId: string supervisionTimeStart: string supervisionTimeEnd: string formId: string offset: number limit: number } export interface IlistType { approvalStatus: string approvalStatusName: string bizLabCode: string bizLabCodeName: string conformanceFileRels: any correctiveRecords: any createTime: string creator: string | number creatorName: string decisionItem: string | number deptId: string deptName: string fileCode: string fileName: string groupNo: string id: string | number logTime: string preventRecords: any problem: string processId: string record: any situationAnalysisType: string situationAnalysisTypeName: string subTime: string superRecordId: string | number sysCode: string taskId: string updateTime: string }