1098226878@qq.com
2021-12-01 99a4e9a6639d5d27699a0408df854bb7a40f47d4
java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java
@@ -132,8 +132,11 @@
    private double curReceivedAmount;
    private double hisOweReceivedAmount;
    private double preReceivedAmount;
    private double allHisOweReceivedAmount;
    private String[] configIds;
    private String yearMonth;
    public String getReceivableAmount() {
        return receivableAmount;
@@ -687,4 +690,20 @@
    public void setPreReceivedAmount(double preReceivedAmount) {
        this.preReceivedAmount = preReceivedAmount;
    }
    public String getYearMonth() {
        return yearMonth;
    }
    public void setYearMonth(String yearMonth) {
        this.yearMonth = yearMonth;
    }
    public double getAllHisOweReceivedAmount() {
        return allHisOweReceivedAmount;
    }
    public void setAllHisOweReceivedAmount(double allHisOweReceivedAmount) {
        this.allHisOweReceivedAmount = allHisOweReceivedAmount;
    }
}