java110
2023-08-31 068fde7238049565d12b39b28e02b0202264910f
java110-bean/src/main/java/com/java110/po/purchase/ResourceStorePo.java
@@ -50,6 +50,8 @@
    private String isFixed;
    private String isFixedName;
    private String communityId;
    public String getResId() {
        return resId;
    }
@@ -313,4 +315,12 @@
    public void setIsFixedName(String isFixedName) {
        this.isFixedName = isFixedName;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}