flat: 暂存
This commit is contained in:
8
src/types/jobfair/list.d.ts
vendored
8
src/types/jobfair/list.d.ts
vendored
@@ -16,7 +16,7 @@ declare namespace API.JobFairList {
|
||||
longitude?: any;
|
||||
startTime: string;
|
||||
endTime: string;
|
||||
companyList?: any;
|
||||
companyList?: RootObjectDataCompanyList[];
|
||||
}
|
||||
export interface Params {
|
||||
createTime?: any;
|
||||
@@ -30,4 +30,10 @@ declare namespace API.JobFairList {
|
||||
endTime: string;
|
||||
companyList?: any;
|
||||
}
|
||||
export interface ListInfoResult {
|
||||
msg: string;
|
||||
code: number;
|
||||
data: JobFairListRows;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user