1098226878@qq.com
2021-12-01 99a4e9a6639d5d27699a0408df854bb7a40f47d4
java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java
@@ -132,6 +132,7 @@
    private double curReceivedAmount;
    private double hisOweReceivedAmount;
    private double preReceivedAmount;
    private double allHisOweReceivedAmount;
    private String[] configIds;
@@ -697,4 +698,12 @@
    public void setYearMonth(String yearMonth) {
        this.yearMonth = yearMonth;
    }
    public double getAllHisOweReceivedAmount() {
        return allHisOweReceivedAmount;
    }
    public void setAllHisOweReceivedAmount(double allHisOweReceivedAmount) {
        this.allHisOweReceivedAmount = allHisOweReceivedAmount;
    }
}