feat: add enterprise outdoor fair information

This commit is contained in:
2026-07-23 10:52:37 +08:00
parent a427864461
commit 837252f515
5 changed files with 151 additions and 1 deletions

View File

@@ -109,6 +109,18 @@ public class OutdoorFair extends BaseEntity
@ApiModelProperty("招聘会整体流程")
private String fairProcess;
@Excel(name = "需携带资料")
@ApiModelProperty("企业参加招聘会需携带的资料")
private String requiredMaterials;
@Excel(name = "到场须知")
@ApiModelProperty("企业到场须知")
private String attendanceNotes;
@TableField(exist = false)
@ApiModelProperty("招聘会展位图实际摊位数量")
private Integer boothMapCount;
@TableField(exist = false)
@ApiModelProperty("当前企业ID")
private Long companyId;