defaultData.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. export default {
  2. "person": {
  3. "id": null,
  4. "userId": null,
  5. "resumeUrl": "",
  6. "name": "",
  7. "foreignName": null,
  8. "sex": "",
  9. "sexStr": "",
  10. "avatar": "",
  11. "phone": "",
  12. "email": "",
  13. "qq": "",
  14. "wxCode": "",
  15. "birthday": null,
  16. "partyMember": false,
  17. "nationality": "",
  18. "maritalStatus": "",
  19. "maritalStatusStr": "",
  20. "areaId": null,
  21. "areaStr": "",
  22. "regId": null,
  23. "regStr": "",
  24. "jobType": "",
  25. "jobTypeStr": "",
  26. "jobStatus": "",
  27. "jobStatusStr": "",
  28. "firstWorkTime": null,
  29. "advantage": "",
  30. "height": "",
  31. "weight": "",
  32. "expType": "",
  33. "expTypeStr": "",
  34. "eduType": "",
  35. "eduTypeStr": "",
  36. "prepareExp": null,
  37. "interestedAreaIdList": null,
  38. "tagList": null,
  39. "jobInterestedList": [],
  40. "spouseHometownId": null,
  41. "spouseHometownStr": null,
  42. "childAge": null,
  43. "createTime": null
  44. },
  45. "eduList": [],
  46. "workList": [],
  47. "trainList": [],
  48. "resume": {
  49. "name": "",
  50. "surname": "",
  51. "gender": "",
  52. "genderInf": "",
  53. "age": null,
  54. "age_inf": null,
  55. "height": "",
  56. "weight": "",
  57. "maritalStatus": "",
  58. "birthday": "",
  59. "hukouAddress": "",
  60. "hukouAddressNorm": "",
  61. "hometownAddress": "",
  62. "hometownAddressNorm": "",
  63. "idCard": "",
  64. "race": "",
  65. "nationality": "",
  66. "politStatus": "",
  67. "bloodType": "",
  68. "starSign": "",
  69. "languages": "",
  70. "englishLevel": "",
  71. "computerLevel": "",
  72. "blog": "",
  73. "applyJob": null,
  74. "applyCpy": null,
  75. "workYear": "",
  76. "workYearNorm": "",
  77. "workYearInf": "",
  78. "workStartTime": "",
  79. "workStartTimeInf": "",
  80. "workPosition": "",
  81. "workPosTypeP": "",
  82. "workCompany": "",
  83. "workIndustry": "",
  84. "workStatus": "",
  85. "workSalary": "",
  86. "workSalaryMin": "",
  87. "workSalaryMax": "",
  88. "workLocation": "",
  89. "workLocationNorm": "",
  90. "workJobNature": "",
  91. "hasOverseaEdu": "",
  92. "hasOverseaExp": "",
  93. "gradTime": "",
  94. "college": "",
  95. "collegeType": "",
  96. "collegeRank": "",
  97. "collegeDept": "",
  98. "major": "",
  99. "degree": "",
  100. "recruit": "",
  101. "email": "",
  102. "phone": "",
  103. "virtualPhone": null,
  104. "virtualPhoneTime": null,
  105. "qq": "",
  106. "weixin": "",
  107. "postalCode": "",
  108. "city": "",
  109. "cityNorm": "",
  110. "livingAddress": "",
  111. "livingAddressNorm": "",
  112. "expectJob": "",
  113. "expectCpy": "",
  114. "expectSalary": "",
  115. "expectSalaryMin": "",
  116. "expectSalaryMax": "",
  117. "expectIndustry": "",
  118. "expectTime": "",
  119. "expectJNature": "",
  120. "expectJStatus": "",
  121. "expectJLocation": "",
  122. "expectJLocationNorm": "",
  123. "resumeType": "0",
  124. "resumeSource": "",
  125. "resumeId": "",
  126. "resumeName": "",
  127. "resumeParseTime": "",
  128. "resumeUpdateTime": "",
  129. "resumeIntegrity": "",
  130. "avatarUrl": "",
  131. "avatarData": "",
  132. "contBasicInfo": "",
  133. "contExpectJob": "",
  134. "contEducation": "",
  135. "contJobExp": "",
  136. "contProjExp": "",
  137. "contInternship": "",
  138. "contSocialExp": "",
  139. "contCampusExp": "",
  140. "contJobSkill": "",
  141. "contMyDesc": "",
  142. "contHobby": "",
  143. "contLanguage": "",
  144. "contCertificate": "",
  145. "contAward": "",
  146. "contTraining": "",
  147. "contCourse": "",
  148. "contResearch": "",
  149. "contPublications": null,
  150. "contMyProject": null,
  151. "contCoverLetter": "",
  152. "contExtraInfo": "",
  153. "rawText": "",
  154. "educationObjs": [],
  155. "jobExpObjs": [],
  156. "socialExpObjs": [],
  157. "projExpObjs": [],
  158. "trainingObjs": [],
  159. "skillsObjs": [],
  160. "langObjs": [],
  161. "certObjs": [],
  162. "allCertObjs": []
  163. }
  164. }