feat: 新增招聘会企业签到与未参会统计

This commit is contained in:
2026-07-24 12:35:25 +08:00
parent 357a861338
commit 0dc26a9e2e
18 changed files with 935 additions and 8 deletions

View File

@@ -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;