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