用户表添加user_type字段

This commit is contained in:
sh
2026-05-18 13:22:50 +08:00
parent f4e0aa93cf
commit 14965b89e6
2 changed files with 5 additions and 1 deletions

View File

@@ -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;
}