1098226878@qq.com
2022-01-10 093b73aadb022895a02dbbcd64b87613e19b547b
java110-bean/src/main/java/com/java110/po/owner/RepairPoolPo.java
old mode 100644 new mode 100755
@@ -30,7 +30,7 @@
    private String statusCd;
    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;
    }
}