bugfix-企业登录注册

This commit is contained in:
2026-01-15 10:16:05 +08:00
parent 495692066e
commit 973c0b809e
2 changed files with 22 additions and 7 deletions

View File

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