java110
2020-11-17 a413a227c07fa560a41b3d1f9073f0bef40e945f
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;
    }
}