简历是否被查看功能开发
This commit is contained in:
2
src/types/Management/list.d.ts
vendored
2
src/types/Management/list.d.ts
vendored
@@ -30,6 +30,7 @@ declare namespace API.ManagementList {
|
||||
jobType?: string;
|
||||
jobContactList?: ContactPerson[];
|
||||
createTime?: string;
|
||||
jobCategory?: string;
|
||||
}
|
||||
|
||||
export interface AddParams {
|
||||
@@ -56,6 +57,7 @@ declare namespace API.ManagementList {
|
||||
isPublish?: number;
|
||||
jobType?: string;
|
||||
jobContactList?: ContactPerson[];
|
||||
jobCategory?: string;
|
||||
}
|
||||
|
||||
export interface ListParams {
|
||||
|
||||
1
src/types/jobportal/user.d.ts
vendored
1
src/types/jobportal/user.d.ts
vendored
@@ -109,6 +109,7 @@ declare namespace API {
|
||||
vacancies?: number;
|
||||
view?: number;
|
||||
companyCardId?: number;
|
||||
isView?: string; // 简历是否被查看:0-未查看,1-已查看
|
||||
}
|
||||
|
||||
export interface MessageListResult {
|
||||
|
||||
2
src/types/mobileusers/list.d.ts
vendored
2
src/types/mobileusers/list.d.ts
vendored
@@ -41,5 +41,7 @@ declare namespace API.MobileUser {
|
||||
birthDate?: string;
|
||||
education?: string;
|
||||
politicalAffiliation?: string;
|
||||
phone?: string;
|
||||
jobName?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user