|
@@ -47,7 +47,7 @@ public class JobUserVo {
|
|
|
|
|
|
private Integer age;
|
|
|
|
|
|
- private Integer jobHuntCount;
|
|
|
+ private int jobHuntCount;
|
|
|
|
|
|
private Integer familyNatureID;
|
|
|
|
|
@@ -122,7 +122,7 @@ public class JobUserVo {
|
|
|
public List<HashMap<String, Object>> jobEducation;
|
|
|
public List<HashMap<String, Object>> jobExperience;
|
|
|
/*已推荐岗位个数*/
|
|
|
- public Integer recommendedCount;
|
|
|
+ public int recommendedCount;
|
|
|
|
|
|
private String socialSecurityCard;
|
|
|
private String finishSchool;
|