java110-bean/src/main/java/com/java110/vo/api/resourceStore/ApiResourceStoreDataVo.java
@@ -62,6 +62,7 @@
    private String totalPrice;
    private String timesId;
    private String communityId;
    private List<ResourceStoreTimesDto> times;
    public String getResId() {
@@ -359,4 +360,12 @@
    public void setTimesId(String timesId) {
        this.timesId = timesId;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}