From 21a1e9048def7ef0a74cf4efeba596e62d0a06eb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 13 七月 2023 17:15:12 +0800
Subject: [PATCH] 优化代码

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

diff --git a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/IUpdateRentingPoolFlowBMO.java b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/IUpdateRentingPoolFlowBMO.java
index 5994356..46f0c08 100755
--- a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/IUpdateRentingPoolFlowBMO.java
+++ b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/IUpdateRentingPoolFlowBMO.java
@@ -1,6 +1,6 @@
 package com.java110.user.bmo.rentingPoolFlow;
 
-import com.java110.po.rentingPoolFlow.RentingPoolFlowPo;
+import com.java110.po.renting.RentingPoolFlowPo;
 import org.springframework.http.ResponseEntity;
 
 public interface IUpdateRentingPoolFlowBMO {

--
Gitblit v1.8.0