feat: 新增招聘会企业签到与未参会统计
This commit is contained in:
@@ -119,6 +119,15 @@ public class Company extends BaseEntity
|
||||
@ApiModelProperty("是否是就业见习基地 0是 1否")
|
||||
private String enterpriseType;
|
||||
|
||||
/**
|
||||
* 已结束且审核通过报名但未签到的户外招聘会数量。
|
||||
* 仅由企业列表查询填充,不对应 company 表字段。
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
@Excel(name = "未参加招聘会数量")
|
||||
@ApiModelProperty("未参加招聘会数量")
|
||||
private Integer missedOutdoorFairCount;
|
||||
|
||||
@ApiModelProperty("法人姓名")
|
||||
private String legalPerson;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user