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/UpdateRentingPoolFlowBMOImpl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/UpdateRentingPoolFlowBMOImpl.java b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/UpdateRentingPoolFlowBMOImpl.java
old mode 100644
new mode 100755
index 2916153..8dff897
--- a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/UpdateRentingPoolFlowBMOImpl.java
+++ b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/impl/UpdateRentingPoolFlowBMOImpl.java
@@ -1,8 +1,8 @@
 package com.java110.user.bmo.rentingPoolFlow.impl;
 
 import com.java110.core.annotation.Java110Transactional;
-import com.java110.intf.IRentingPoolFlowInnerServiceSMO;
-import com.java110.po.rentingPoolFlow.RentingPoolFlowPo;
+import com.java110.intf.user.IRentingPoolFlowInnerServiceSMO;
+import com.java110.po.renting.RentingPoolFlowPo;
 import com.java110.user.bmo.rentingPoolFlow.IUpdateRentingPoolFlowBMO;
 import com.java110.vo.ResultVo;
 import org.springframework.beans.factory.annotation.Autowired;

--
Gitblit v1.8.0