Merge branch 'master' of http://124.243.245.42:3000/sh/shz-admin
This commit is contained in:
3
src/types/Management/interview.d.ts
vendored
3
src/types/Management/interview.d.ts
vendored
@@ -13,6 +13,9 @@ declare namespace API.Management {
|
||||
meetingPassword?: string;
|
||||
interviewLocation?: string;
|
||||
contactPhone?: string;
|
||||
interviewerName?: string;
|
||||
applicantName?: string;
|
||||
applicantPhone?: string;
|
||||
companyName?: string;
|
||||
jobName?: string;
|
||||
jobTitle?: string;
|
||||
|
||||
2
src/types/mobileusers/list.d.ts
vendored
2
src/types/mobileusers/list.d.ts
vendored
@@ -30,6 +30,8 @@ declare namespace API.MobileUser {
|
||||
jobName?: string;
|
||||
hire?:string;
|
||||
idCard?:string;
|
||||
interviewStatus?: string;
|
||||
interviewId?: number;
|
||||
}
|
||||
|
||||
export interface ListParams {
|
||||
|
||||
Reference in New Issue
Block a user