From 4e43292ef963be988afdb83e3888e91adeac4e17 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 14 九月 2024 15:40:32 +0800
Subject: [PATCH] 优化代码

---
 service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/DeleteRentingPoolFlowBMOImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/DeleteRentingPoolFlowBMOImpl.java b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/DeleteRentingPoolFlowBMOImpl.java
index 5cd9e3c..b33f337 100755
--- a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/DeleteRentingPoolFlowBMOImpl.java
+++ b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/DeleteRentingPoolFlowBMOImpl.java
@@ -2,7 +2,7 @@
 
 import com.java110.core.annotation.Java110Transactional;
 import com.java110.intf.user.IRentingPoolFlowInnerServiceSMO;
-import com.java110.po.rentingPoolFlow.RentingPoolFlowPo;
+import com.java110.po.renting.RentingPoolFlowPo;
 import com.java110.user.bmo.rentingPoolFlow.IDeleteRentingPoolFlowBMO;
 import com.java110.vo.ResultVo;
 import org.springframework.beans.factory.annotation.Autowired;

--
Gitblit v1.8.0