From 212aa4ae1f54fe4d3e51b9695224f9f86cd1bd22 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: 星期二, 11 七月 2023 10:58:48 +0800 Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity --- service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFeeSummaryDetailCmd.java | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFeeSummaryDetailCmd.java b/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFeeSummaryDetailCmd.java index d0d4249..1db0517 100644 --- a/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFeeSummaryDetailCmd.java +++ b/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFeeSummaryDetailCmd.java @@ -7,14 +7,10 @@ import com.java110.core.event.cmd.CmdEvent; import com.java110.dto.data.DataPrivilegeStaffDto; import com.java110.dto.report.QueryStatisticsDto; -import com.java110.dto.reportFeeMonthStatistics.ReportFeeMonthStatisticsDto; import com.java110.intf.community.IDataPrivilegeUnitV1InnerServiceSMO; -import com.java110.intf.report.IReportFeeMonthStatisticsInnerServiceSMO; import com.java110.report.statistics.IFeeStatistics; import com.java110.utils.exception.CmdException; import com.java110.utils.util.Assert; -import com.java110.utils.util.BeanConvertUtil; -import com.java110.utils.util.StringUtil; import com.java110.vo.ResultVo; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; -- Gitblit v1.8.0