简历是否被查看功能开发

This commit is contained in:
冯辉
2026-06-26 21:38:07 +08:00
parent d942d77fdc
commit 8fdb586ac6
9 changed files with 20236 additions and 42679 deletions

View File

@@ -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 {

View File

@@ -109,6 +109,7 @@ declare namespace API {
vacancies?: number;
view?: number;
companyCardId?: number;
isView?: string; // 简历是否被查看0-未查看1-已查看
}
export interface MessageListResult {

View File

@@ -41,5 +41,7 @@ declare namespace API.MobileUser {
birthDate?: string;
education?: string;
politicalAffiliation?: string;
phone?: string;
jobName?: string;
}
}