bugfix-企业登录注册
This commit is contained in:
@@ -48,6 +48,13 @@ public class Job extends BaseEntity
|
||||
@ApiModelProperty("最大薪资(元)")
|
||||
private Long maxSalary;
|
||||
|
||||
|
||||
@TableField(exist = false)
|
||||
private Long salaryMin;
|
||||
|
||||
@TableField(exist = false)
|
||||
private Long salaryMax;
|
||||
|
||||
@Excel(name = "学历要求 对应字典education")
|
||||
@ApiModelProperty("学历要求 对应字典education")
|
||||
private String education;
|
||||
|
||||
Reference in New Issue
Block a user