From 9e22e9abd4a3c606ec51d491abf94d7a465356b9 Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: 星期五, 30 六月 2023 00:35:56 +0800 Subject: [PATCH] 优化商户 --- service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFloorUnitFeeSummaryDetailCmd.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFloorUnitFeeSummaryDetailCmd.java b/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFloorUnitFeeSummaryDetailCmd.java index 61effb0..2956035 100644 --- a/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFloorUnitFeeSummaryDetailCmd.java +++ b/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFloorUnitFeeSummaryDetailCmd.java @@ -5,7 +5,7 @@ import com.java110.core.context.ICmdDataFlowContext; import com.java110.core.event.cmd.Cmd; import com.java110.core.event.cmd.CmdEvent; -import com.java110.dto.reportFeeMonthStatistics.ReportFeeMonthStatisticsDto; +import com.java110.dto.reportFee.ReportFeeMonthStatisticsDto; import com.java110.intf.report.IReportFeeMonthStatisticsInnerServiceSMO; import com.java110.utils.exception.CmdException; import com.java110.utils.util.Assert; -- Gitblit v1.8.0