java110
2022-05-21 c2614ad5c7d1e27fae68e52cd058af363464cdb4
java110-bean/src/main/java/com/java110/po/owner/RepairPoolPo.java
old mode 100644 new mode 100755
@@ -27,10 +27,10 @@
    private String maintenanceType;
    private String repairChannel;
    private String bId;
    private String statusCd;
    private String statusCd = "0";
    private String repairMaterials;
    private String repairFee;
    private String payType;
    public String getRepairId() {
        return repairId;
@@ -144,7 +144,6 @@
        this.statusCd = statusCd;
    }
    public String getRepairChannel() {
        return repairChannel;
    }
@@ -176,4 +175,12 @@
    public void setRepairFee(String repairFee) {
        this.repairFee = repairFee;
    }
    public String getPayType() {
        return payType;
    }
    public void setPayType(String payType) {
        this.payType = payType;
    }
}