@@ -104,7 +104,7 @@ public class UserAddBo {
/** 工作年限 */
@Excel(name = "工作年限")
@ApiModelProperty("工作年限")
- private Long workYear;
+ private String workYear;
/** 公司名称 */
@Excel(name = "公司名称")
@ApiModelProperty("公司名称")
@@ -145,7 +145,7 @@ public class UserEditBo {
@@ -109,7 +109,7 @@ public class UserQueryBo extends BaseEntity {
private String companyName;
@@ -157,7 +157,7 @@ private static final long serialVersionUID=1L;
private String studentCode;
/** 名族 */
@@ -186,7 +186,7 @@ public class UserVo {