岗位搜索功能bug修复
This commit is contained in:
@@ -103,6 +103,9 @@ public class Job extends BaseEntity
|
||||
@ApiModelProperty("是否火")
|
||||
private Integer isHot;
|
||||
|
||||
@ApiModelProperty("是否急聘 0否 1是")
|
||||
private Integer isUrgent;
|
||||
|
||||
@ApiModelProperty("申请次数")
|
||||
@JsonIgnore
|
||||
private Integer applyNum;
|
||||
|
||||
Reference in New Issue
Block a user