Commit 2278c67d by 何文超

删除无用的属性

parent a5191133
......@@ -11,12 +11,6 @@ public class GoodsSelectorSaveQO {
*/
private String useType;
/**
* 搜索类型
* 1 skuCode
* 2 skuId
*/
private Integer searchResultType;
public String getGoodsSearchValue() {
return goodsSearchValue;
......@@ -42,11 +36,4 @@ public class GoodsSelectorSaveQO {
this.useType = useType;
}
public Integer getSearchResultType() {
return searchResultType;
}
public void setSearchResultType(Integer searchResultType) {
this.searchResultType = searchResultType;
}
}
......@@ -8,13 +8,6 @@ public class GoodsSelectorUpdateQO {
private String goodsSearchEdit;
/**
* 搜索类型
* 1 skuCode
* 2 skuId
*/
private Integer searchResultType;
public Long getGoodsSelectorId() {
return goodsSelectorId;
}
......@@ -39,11 +32,4 @@ public class GoodsSelectorUpdateQO {
this.goodsSearchEdit = goodsSearchEdit;
}
public Integer getSearchResultType() {
return searchResultType;
}
public void setSearchResultType(Integer searchResultType) {
this.searchResultType = searchResultType;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment