shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
java110-bean/src/main/java/com/java110/po/feeFormula/FeeFormulaPo.java
old mode 100644 new mode 100755
@@ -11,6 +11,8 @@
    private String formulaDesc;
    private String communityId;
    private String price;
    public String getFormulaId() {
        return formulaId;
@@ -59,4 +61,12 @@
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
    public String getPrice() {
        return price;
    }
    public void setPrice(String price) {
        this.price = price;
    }
}