java110-bean/src/main/java/com/java110/vo/api/resourceStore/ApiResourceStoreDataVo.java
@@ -61,6 +61,9 @@ private String totalPrice; private String timesId; private String communityId; private List<ResourceStoreTimesDto> times; public String getResId() { return resId; @@ -349,4 +352,20 @@ public void setTotalPrice(String totalPrice) { this.totalPrice = totalPrice; } public String getTimesId() { return timesId; } public void setTimesId(String timesId) { this.timesId = timesId; } public String getCommunityId() { return communityId; } public void setCommunityId(String communityId) { this.communityId = communityId; } }