|
@@ -67,9 +67,10 @@ public class DpPositionForApplyAPI extends DataEntity<DpPositionForApplyAPI> {
|
|
|
private String workDay; //存放workDate
|
|
private String workDay; //存放workDate
|
|
|
private Date publishTime; // 发布时间(岗位招聘开始时间),岗位招聘对外显示条件为发布时间到截至时间,且岗位未暂停招聘
|
|
private Date publishTime; // 发布时间(岗位招聘开始时间),岗位招聘对外显示条件为发布时间到截至时间,且岗位未暂停招聘
|
|
|
private Date authenticationTime; //认证时间
|
|
private Date authenticationTime; //认证时间
|
|
|
- private String authenticationBy; //认证操作者
|
|
|
|
|
|
|
+ private String authenticationBy; //认证操作者no
|
|
|
private HpMember hpMember; //会员表用户
|
|
private HpMember hpMember; //会员表用户
|
|
|
private String workTime; //存放startWorkTime与endWordTime拼接的时间
|
|
private String workTime; //存放startWorkTime与endWordTime拼接的时间
|
|
|
|
|
+ private String salaryPeriodno; // 薪资周期(兼职)(0:天 1:周 2:月:3 次 4:时 5:其他)
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
public Date getAuthenticationTime() {
|
|
public Date getAuthenticationTime() {
|
|
@@ -260,6 +261,15 @@ public class DpPositionForApplyAPI extends DataEntity<DpPositionForApplyAPI> {
|
|
|
this.salaryPeriod = salaryPeriod;
|
|
this.salaryPeriod = salaryPeriod;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ public String getSalaryPeriodno() {
|
|
|
|
|
+ return salaryPeriodno;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setSalaryPeriodno(String salaryPeriodno) {
|
|
|
|
|
+ this.salaryPeriodno = salaryPeriodno;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@ExcelField(title = "基本薪资(兼职)", align = 2, sort = 10)
|
|
@ExcelField(title = "基本薪资(兼职)", align = 2, sort = 10)
|
|
|
public String getSalary() {
|
|
public String getSalary() {
|
|
|
return salary;
|
|
return salary;
|