|
@@ -26,7 +26,7 @@ public class RetrievalVO {
|
|
//类型为其他史时用到的type类型
|
|
//类型为其他史时用到的type类型
|
|
private List<Integer> otherType;
|
|
private List<Integer> otherType;
|
|
//是否是静态搜索
|
|
//是否是静态搜索
|
|
- private Integer isStatic;
|
|
|
|
|
|
+ private Integer isStatic = 0;
|
|
//是否显示子项(0.不显示,1.显示)
|
|
//是否显示子项(0.不显示,1.显示)
|
|
private Integer isSonShow = 0;
|
|
private Integer isSonShow = 0;
|
|
}
|
|
}
|