返回个人信息接口中,人员标签吧字典翻译返回,用于查询政策

This commit is contained in:
sh
2026-05-20 19:45:06 +08:00
parent ef1642d4a1
commit 037b44312e
3 changed files with 46 additions and 0 deletions

View File

@@ -189,4 +189,8 @@ public class AppUser extends BaseEntity
@ApiModelProperty("人员标签 0残疾人 1职业技工院校毕业生 2退役军人 3高校毕业生 4脱贫劳动力 5零就业家庭人员 6就业困难人员 7失业人员 8低保家庭")
private String userTag;
@TableField(exist = false)
@ApiModelProperty("人员标签名称")
private String userTagName;
}