java110
2022-02-22 225fa712204ccb8953998a0e4cc64ad828399dc3
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;
    }
}