给移动端/app/user/resume、pc端/getInfo 接口添加返回企业未处理申请请条数pendCount
This commit is contained in:
@@ -182,4 +182,8 @@ public class AppUser extends BaseEntity
|
||||
|
||||
@ApiModelProperty("身份证机密性")
|
||||
private String idCardEncrypt;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty("用户企业账号,显示未处理申请者条数字段")
|
||||
private Integer pendCount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user