二次调研功能开发
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
This commit is contained in:
2
src/types/company/list.d.ts
vendored
2
src/types/company/list.d.ts
vendored
@@ -35,5 +35,7 @@ declare namespace API.CompanyList {
|
||||
industry?: string;
|
||||
scale?: string;
|
||||
code?: string;
|
||||
startDate?: string;
|
||||
endDate?: string;
|
||||
}
|
||||
}
|
||||
|
||||
3
src/types/jobfair/publicJobFair.d.ts
vendored
3
src/types/jobfair/publicJobFair.d.ts
vendored
@@ -8,6 +8,8 @@ declare namespace API.PublicJobFair {
|
||||
pageSize?: number;
|
||||
jobFairTitle?: string;
|
||||
jobFairType?: string;
|
||||
startDate?: string;
|
||||
endDate?: string;
|
||||
}
|
||||
|
||||
/** 招聘会列表项 */
|
||||
@@ -29,6 +31,7 @@ declare namespace API.PublicJobFair {
|
||||
longitude?: number;
|
||||
enterpriseNum?: string;
|
||||
boothNum?: string;
|
||||
createTime?: string;
|
||||
}
|
||||
|
||||
/** 招聘会列表响应 */
|
||||
|
||||
Reference in New Issue
Block a user