From 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: 星期四, 19 八月 2021 00:47:48 +0800 Subject: [PATCH] 优化代码 --- service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/UpdateReportFeeMonthStatisticsBMOImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/UpdateReportFeeMonthStatisticsBMOImpl.java b/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/UpdateReportFeeMonthStatisticsBMOImpl.java old mode 100644 new mode 100755 index 5993183..99b82c3 --- a/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/UpdateReportFeeMonthStatisticsBMOImpl.java +++ b/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/UpdateReportFeeMonthStatisticsBMOImpl.java @@ -1,7 +1,7 @@ package com.java110.report.bmo.reportFeeMonthStatistics.impl; import com.java110.core.annotation.Java110Transactional; -import com.java110.intf.IReportFeeMonthStatisticsInnerServiceSMO; +import com.java110.intf.report.IReportFeeMonthStatisticsInnerServiceSMO; import com.java110.po.reportFeeMonthStatistics.ReportFeeMonthStatisticsPo; import com.java110.report.bmo.reportFeeMonthStatistics.IUpdateReportFeeMonthStatisticsBMO; import com.java110.vo.ResultVo; -- Gitblit v1.8.0