java110
2022-05-21 c2614ad5c7d1e27fae68e52cd058af363464cdb4
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;
    }
}