给移动端/app/user/resume、pc端/getInfo 接口添加返回企业未处理申请请条数pendCount

This commit is contained in:
sh
2026-05-14 12:55:04 +08:00
parent e8971f2fce
commit 3a6c6638cb
8 changed files with 52 additions and 0 deletions

View File

@@ -182,4 +182,8 @@ public class AppUser extends BaseEntity
@ApiModelProperty("身份证机密性")
private String idCardEncrypt;
@TableField(exist = false)
@ApiModelProperty("用户企业账号,显示未处理申请者条数字段")
private Integer pendCount;
}