Commit 86140741 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents 3f8630e9 d2c3096b
......@@ -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