From 357f12084dd380a23a1140b4935087bf6878e7c6 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 24 四月 2023 14:54:13 +0800
Subject: [PATCH] optimize bug
---
service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/IGetRentingPoolFlowBMO.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/IGetRentingPoolFlowBMO.java b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/IGetRentingPoolFlowBMO.java
index 66b79d8..44ba2a4 100755
--- a/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/IGetRentingPoolFlowBMO.java
+++ b/service-user/src/main/java/com/java110/user/bmo/rentingPoolFlow/IGetRentingPoolFlowBMO.java
@@ -1,5 +1,5 @@
package com.java110.user.bmo.rentingPoolFlow;
-import com.java110.dto.rentingPoolFlow.RentingPoolFlowDto;
+import com.java110.dto.rentingPool.RentingPoolFlowDto;
import org.springframework.http.ResponseEntity;
public interface IGetRentingPoolFlowBMO {
--
Gitblit v1.8.0