feat: Add job fair region type to models, database, and migration scripts
This commit is contained in:
@@ -31,6 +31,9 @@ public class PublicJobFair implements Serializable {
|
||||
@ApiModelProperty("招聘会类型")
|
||||
private String jobFairType;
|
||||
|
||||
@ApiModelProperty("区域类型(1-疆内 2-疆外 3-师市以内 4-师市以外)")
|
||||
private String jobFairRegionType;
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@ApiModelProperty("招聘会开始时间")
|
||||
private Date jobFairStartTime;
|
||||
|
||||
@@ -41,6 +41,9 @@ public class PublicJobFairDetail implements Serializable {
|
||||
@ApiModelProperty("招聘会类型 1-线上 2-线下")
|
||||
private Integer jobFairType;
|
||||
|
||||
@ApiModelProperty("区域类型(1-疆内 2-疆外 3-师市以内 4-师市以外)")
|
||||
private String jobFairRegionType;
|
||||
|
||||
@ApiModelProperty("纬度")
|
||||
private BigDecimal latitude;
|
||||
|
||||
|
||||
@@ -29,6 +29,9 @@ public class PublicJobFairQuery implements Serializable {
|
||||
@ApiModelProperty("招聘会类型")
|
||||
private String jobFairType;
|
||||
|
||||
@ApiModelProperty("区域类型")
|
||||
private String jobFairRegionType;
|
||||
|
||||
@ApiModelProperty("招聘会举办时间(格式:yyyy-MM-dd)")
|
||||
private String zphjbsj;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user