From df3192f4e98377526d098928a9910c03e836c630 Mon Sep 17 00:00:00 2001 From: shiyj1101 <1098226878@qq.com> Date: 星期五, 06 八月 2021 22:02:36 +0800 Subject: [PATCH] 优化戴拿 --- service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/DeleteReportFeeMonthStatisticsBMOImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/DeleteReportFeeMonthStatisticsBMOImpl.java b/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/DeleteReportFeeMonthStatisticsBMOImpl.java old mode 100644 new mode 100755 index 458844e..99da99a --- a/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/DeleteReportFeeMonthStatisticsBMOImpl.java +++ b/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/impl/DeleteReportFeeMonthStatisticsBMOImpl.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.IDeleteReportFeeMonthStatisticsBMO; import com.java110.vo.ResultVo; -- Gitblit v1.8.0