java110
2021-08-19 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb
java110-bean/src/main/java/com/java110/dto/feeFormula/FeeFormulaDto.java
old mode 100644 new mode 100755
@@ -22,7 +22,7 @@
    private String formulaValue;
    private String formulaDesc;
    private String communityId;
    private double price;
    private String price;
    private Date createTime;
@@ -87,11 +87,11 @@
        this.statusCd = statusCd;
    }
    public double getPrice() {
    public String getPrice() {
        return price;
    }
    public void setPrice(double price) {
    public void setPrice(String price) {
        this.price = price;
    }
}