给移动端/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

@@ -47,4 +47,12 @@ public class JobApply extends BaseEntity
@TableField(exist = false)
@ApiModelProperty("身份证,招聘传递")
private String idCard;
@TableField(exist = false)
@ApiModelProperty("公司id")
private Long companyId;
@TableField(exist = false)
@ApiModelProperty("社会信用代码")
private String code;
}