|
|
@ -1,14 +1,8 @@
|
|
|
|
package com.ibeetl.jlw.web.query;
|
|
|
|
package com.ibeetl.jlw.web.query;
|
|
|
|
|
|
|
|
|
|
|
|
import com.ibeetl.jlw.entity.ResourcesCompetition;
|
|
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
|
|
|
|
import com.ibeetl.admin.core.annotation.Query;
|
|
|
|
import com.ibeetl.admin.core.annotation.Query;
|
|
|
|
import com.ibeetl.admin.core.util.Tool;
|
|
|
|
|
|
|
|
import com.ibeetl.admin.core.util.enums.CoreDictType;
|
|
|
|
|
|
|
|
import com.ibeetl.admin.core.web.query.PageParam;
|
|
|
|
import com.ibeetl.admin.core.web.query.PageParam;
|
|
|
|
|
|
|
|
import com.ibeetl.jlw.entity.ResourcesCompetition;
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
*ResourcesCompetition查询
|
|
|
|
*ResourcesCompetition查询
|
|
|
@ -36,6 +30,9 @@ public class ResourcesCompetitionQuery extends PageParam {
|
|
|
|
|
|
|
|
|
|
|
|
private String courseInfoIds;
|
|
|
|
private String courseInfoIds;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private Long courseInfoId_0;
|
|
|
|
|
|
|
|
private Long courseInfoId_1;
|
|
|
|
|
|
|
|
|
|
|
|
private Integer resourcesCompetitionStatus;
|
|
|
|
private Integer resourcesCompetitionStatus;
|
|
|
|
|
|
|
|
|
|
|
|
public Integer getResourcesCompetitionStatus() {
|
|
|
|
public Integer getResourcesCompetitionStatus() {
|
|
|
@ -127,4 +124,20 @@ public class ResourcesCompetitionQuery extends PageParam {
|
|
|
|
public void setResourcesCompetitionIds(String resourcesCompetitionIds) {
|
|
|
|
public void setResourcesCompetitionIds(String resourcesCompetitionIds) {
|
|
|
|
this.resourcesCompetitionIds = resourcesCompetitionIds;
|
|
|
|
this.resourcesCompetitionIds = resourcesCompetitionIds;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Long getCourseInfoId_0() {
|
|
|
|
|
|
|
|
return courseInfoId_0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setCourseInfoId_0(Long courseInfoId_0) {
|
|
|
|
|
|
|
|
this.courseInfoId_0 = courseInfoId_0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Long getCourseInfoId_1() {
|
|
|
|
|
|
|
|
return courseInfoId_1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setCourseInfoId_1(Long courseInfoId_1) {
|
|
|
|
|
|
|
|
this.courseInfoId_1 = courseInfoId_1;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|