|
|
|
@ -30,7 +30,7 @@ public class PagerOptions {
|
|
|
|
|
//模糊查询字段
|
|
|
|
|
private String[] array;
|
|
|
|
|
|
|
|
|
|
private int volumeType;
|
|
|
|
|
private String volumeType;
|
|
|
|
|
//冷热区字段
|
|
|
|
|
private String mark;
|
|
|
|
|
|
|
|
|
@ -161,14 +161,14 @@ public class PagerOptions {
|
|
|
|
|
/**
|
|
|
|
|
* @return the volumeType
|
|
|
|
|
*/
|
|
|
|
|
public int getVolumeType() {
|
|
|
|
|
public String getVolumeType() {
|
|
|
|
|
return volumeType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @param volumeType the volumeType to set
|
|
|
|
|
*/
|
|
|
|
|
public void setVolumeType(int volumeType) {
|
|
|
|
|
public void setVolumeType(String volumeType) {
|
|
|
|
|
this.volumeType = volumeType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|