123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- export default {
- "person": {
- "id": null,
- "userId": null,
- "resumeUrl": "",
- "name": "",
- "foreignName": null,
- "sex": "",
- "sexStr": "",
- "avatar": "",
- "phone": "",
- "email": "",
- "qq": "",
- "wxCode": "",
- "birthday": null,
- "partyMember": false,
- "nationality": "",
- "maritalStatus": "",
- "maritalStatusStr": "",
- "areaId": null,
- "areaStr": "",
- "regId": null,
- "regStr": "",
- "jobType": "",
- "jobTypeStr": "",
- "jobStatus": "",
- "jobStatusStr": "",
- "firstWorkTime": null,
- "advantage": "",
- "height": "",
- "weight": "",
- "expType": "",
- "expTypeStr": "",
- "eduType": "",
- "eduTypeStr": "",
- "prepareExp": null,
- "interestedAreaIdList": null,
- "tagList": null,
- "jobInterestedList": [],
- "spouseHometownId": null,
- "spouseHometownStr": null,
- "childAge": null,
- "createTime": null
- },
- "eduList": [],
- "workList": [],
- "trainList": [],
- "resume": {
- "name": "",
- "surname": "",
- "gender": "",
- "genderInf": "",
- "age": null,
- "age_inf": null,
- "height": "",
- "weight": "",
- "maritalStatus": "",
- "birthday": "",
- "hukouAddress": "",
- "hukouAddressNorm": "",
- "hometownAddress": "",
- "hometownAddressNorm": "",
- "idCard": "",
- "race": "",
- "nationality": "",
- "politStatus": "",
- "bloodType": "",
- "starSign": "",
- "languages": "",
- "englishLevel": "",
- "computerLevel": "",
- "blog": "",
- "applyJob": null,
- "applyCpy": null,
- "workYear": "",
- "workYearNorm": "",
- "workYearInf": "",
- "workStartTime": "",
- "workStartTimeInf": "",
- "workPosition": "",
- "workPosTypeP": "",
- "workCompany": "",
- "workIndustry": "",
- "workStatus": "",
- "workSalary": "",
- "workSalaryMin": "",
- "workSalaryMax": "",
- "workLocation": "",
- "workLocationNorm": "",
- "workJobNature": "",
- "hasOverseaEdu": "",
- "hasOverseaExp": "",
- "gradTime": "",
- "college": "",
- "collegeType": "",
- "collegeRank": "",
- "collegeDept": "",
- "major": "",
- "degree": "",
- "recruit": "",
- "email": "",
- "phone": "",
- "virtualPhone": null,
- "virtualPhoneTime": null,
- "qq": "",
- "weixin": "",
- "postalCode": "",
- "city": "",
- "cityNorm": "",
- "livingAddress": "",
- "livingAddressNorm": "",
- "expectJob": "",
- "expectCpy": "",
- "expectSalary": "",
- "expectSalaryMin": "",
- "expectSalaryMax": "",
- "expectIndustry": "",
- "expectTime": "",
- "expectJNature": "",
- "expectJStatus": "",
- "expectJLocation": "",
- "expectJLocationNorm": "",
- "resumeType": "0",
- "resumeSource": "",
- "resumeId": "",
- "resumeName": "",
- "resumeParseTime": "",
- "resumeUpdateTime": "",
- "resumeIntegrity": "",
- "avatarUrl": "",
- "avatarData": "",
- "contBasicInfo": "",
- "contExpectJob": "",
- "contEducation": "",
- "contJobExp": "",
- "contProjExp": "",
- "contInternship": "",
- "contSocialExp": "",
- "contCampusExp": "",
- "contJobSkill": "",
- "contMyDesc": "",
- "contHobby": "",
- "contLanguage": "",
- "contCertificate": "",
- "contAward": "",
- "contTraining": "",
- "contCourse": "",
- "contResearch": "",
- "contPublications": null,
- "contMyProject": null,
- "contCoverLetter": "",
- "contExtraInfo": "",
- "rawText": "",
- "educationObjs": [],
- "jobExpObjs": [],
- "socialExpObjs": [],
- "projExpObjs": [],
- "trainingObjs": [],
- "skillsObjs": [],
- "langObjs": [],
- "certObjs": [],
- "allCertObjs": []
- }
- }
|