From 63bfc2543ee5b52d03bfcd215d9958ba8e2fb755 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: 星期二, 16 五月 2023 16:31:39 +0800 Subject: [PATCH] optimize report --- service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportFeeSummaryDetailCmd.java | 2 +- 1 files changed, 1 insertions(+), 1 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 b4cd903..73a5ac6 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 @@ -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.dataPrivilegeStaff.DataPrivilegeStaffDto; +import com.java110.dto.data.DataPrivilegeStaffDto; import com.java110.dto.reportFeeMonthStatistics.ReportFeeMonthStatisticsDto; import com.java110.intf.community.IDataPrivilegeUnitV1InnerServiceSMO; import com.java110.intf.report.IReportFeeMonthStatisticsInnerServiceSMO; -- Gitblit v1.8.0