java110
2020-12-20 3e0fbd3a04babb4ef123ee7b25e52deec48ad7ec
java110-bean/src/main/java/com/java110/dto/feeManualCollection/FeeManualCollectionDto.java
@@ -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;
    }
}