java110
2023-08-31 068fde7238049565d12b39b28e02b0202264910f
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;
    }
}