修改用户类型——改为用户标签user_tag
This commit is contained in:
@@ -187,6 +187,6 @@ public class AppUser extends BaseEntity
|
||||
@ApiModelProperty("用户企业账号,显示未处理申请者条数字段")
|
||||
private Integer pendCount;
|
||||
|
||||
@ApiModelProperty("人员类型 0残疾人 1职业(技工)院校毕业生 2退役军人 3高校毕业生 4脱贫劳动力 5零就业家庭人员 6就业困难人员 7失业人员 8低保家庭")
|
||||
private String userType;
|
||||
@ApiModelProperty("人员标签 0残疾人 1职业(技工)院校毕业生 2退役军人 3高校毕业生 4脱贫劳动力 5零就业家庭人员 6就业困难人员 7失业人员 8低保家庭")
|
||||
private String userTag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user