java110-bean/src/main/java/com/java110/po/resource/ResourceStoreTimesPo.java
@@ -37,6 +37,8 @@ private String timesId; private String shId; private String communityId; public String getPrice() { return price; } @@ -101,4 +103,12 @@ public void setShId(String shId) { this.shId = shId; } public String getCommunityId() { return communityId; } public void setCommunityId(String communityId) { this.communityId = communityId; } }