java110
2022-08-18 4e124bbb3e96afe124a6bf47beef7804c3cecb68
java110-bean/src/main/java/com/java110/po/meterWater/MeterWaterPo.java
@@ -19,6 +19,7 @@
    private String feeId;
    private double price;
    private Date createTime;
    private String statusCd = "0";
    public String getRemark() {
        return remark;
@@ -131,4 +132,12 @@
    public void setPrice(double price) {
        this.price = price;
    }
    public String getStatusCd() {
        return statusCd;
    }
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
}