flat: 暂存

This commit is contained in:
史典卓
2025-03-28 15:30:35 +08:00
parent 2bf8cf55ac
commit b3238e5c2b
50 changed files with 3302 additions and 416 deletions

View File

@@ -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;
}
}