岗位搜索功能bug修复

This commit is contained in:
冯辉
2026-06-26 23:54:59 +08:00
parent 8449bd5e71
commit 7dd3b96b92
6 changed files with 75 additions and 8 deletions

View File

@@ -103,6 +103,9 @@ public class Job extends BaseEntity
@ApiModelProperty("是否火")
private Integer isHot;
@ApiModelProperty("是否急聘 0否 1是")
private Integer isUrgent;
@ApiModelProperty("申请次数")
@JsonIgnore
private Integer applyNum;