From d3e23e26fcfc17e770fca7c29b290ef5082e5734 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 04 七月 2023 22:32:00 +0800
Subject: [PATCH] 优化1.5报表相关bug

---
 service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/ISaveReportFeeMonthStatisticsBMO.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/ISaveReportFeeMonthStatisticsBMO.java b/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/ISaveReportFeeMonthStatisticsBMO.java
old mode 100644
new mode 100755
index 4d937f6..5563f8c
--- a/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/ISaveReportFeeMonthStatisticsBMO.java
+++ b/service-report/src/main/java/com/java110/report/bmo/reportFeeMonthStatistics/ISaveReportFeeMonthStatisticsBMO.java
@@ -1,6 +1,6 @@
 package com.java110.report.bmo.reportFeeMonthStatistics;
 
-import com.java110.po.reportFeeMonthStatistics.ReportFeeMonthStatisticsPo;
+import com.java110.po.reportFee.ReportFeeMonthStatisticsPo;
 import org.springframework.http.ResponseEntity;
 
 public interface ISaveReportFeeMonthStatisticsBMO {

--
Gitblit v1.8.0