java110
2020-12-10 2bcd6e70296bcc6df88817ea7ad9ebd1edc89955
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;
    }
}