use of com.netsteadfast.greenstep.base.model.SearchValue in project bamboobsc by billchen198318.
the class BaseSupportAction method init.
private void init() {
if (this.pageOf == null) {
this.pageOf = new PageOf();
}
if (this.searchValue == null) {
this.searchValue = new SearchValue();
this.searchValue.setText("");
this.searchValue.setType("");
}
}
Aggregations