给移动端/app/user/resume、pc端/getInfo 接口添加返回企业未处理申请请条数pendCount
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user