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/bmo/reportFeeMonthStatistics/impl/UpdateReportFeeMonthStatisticsBMOImpl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 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..fd0f4c2 --- 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,8 +1,8 @@ package com.java110.report.bmo.reportFeeMonthStatistics.impl; import com.java110.core.annotation.Java110Transactional; -import com.java110.intf.IReportFeeMonthStatisticsInnerServiceSMO; -import com.java110.po.reportFeeMonthStatistics.ReportFeeMonthStatisticsPo; +import com.java110.intf.report.IReportFeeMonthStatisticsInnerServiceSMO; +import com.java110.po.reportFee.ReportFeeMonthStatisticsPo; import com.java110.report.bmo.reportFeeMonthStatistics.IUpdateReportFeeMonthStatisticsBMO; import com.java110.vo.ResultVo; import org.springframework.beans.factory.annotation.Autowired; -- Gitblit v1.8.0