Commit e9f0060d by 何文超

更新findCount

parent de1fafde
......@@ -61,6 +61,8 @@ public class GoodsRightsSelectorVO {
*/
private Integer hasRights;
private Long findCount;
public Long getGoodsRightsSelectorId() {
return goodsRightsSelectorId;
}
......@@ -148,4 +150,12 @@ public class GoodsRightsSelectorVO {
public void setHasRights(Integer hasRights) {
this.hasRights = hasRights;
}
public Long getFindCount() {
return findCount;
}
public void setFindCount(Long findCount) {
this.findCount = findCount;
}
}
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