java110-bean/src/main/java/com/java110/dto/feeReceiptDetail/FeeReceiptDetailDto.java
@@ -26,6 +26,7 @@ private String feeId; private String cycle; private String squarePrice; private String remark; private Date createTime; @@ -137,4 +138,12 @@ public void setSquarePrice(String squarePrice) { this.squarePrice = squarePrice; } public String getRemark() { return remark; } public void setRemark(String remark) { this.remark = remark; } }