xiaogang
2022-04-12 b61309edd49fca3ca2e7572d67b2d67ffe292ce6
java110-bean/src/main/java/com/java110/dto/feeManualCollection/FeeManualCollectionDto.java
old mode 100644 new mode 100755
@@ -36,6 +36,8 @@
    private String statusCd = "0";
    private String totalFee;
    public String getSquarePrice() {
        return squarePrice;
@@ -149,4 +151,12 @@
    public void setStateName(String stateName) {
        this.stateName = stateName;
    }
    public String getTotalFee() {
        return totalFee;
    }
    public void setTotalFee(String totalFee) {
        this.totalFee = totalFee;
    }
}