java110-bean/src/main/java/com/java110/dto/feeManualCollection/FeeManualCollectionDto.javaold 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; } }