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/rentingPoolAttr/IGetRentingPoolAttrBMO.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/service-user/src/main/java/com/java110/user/bmo/rentingPoolAttr/IGetRentingPoolAttrBMO.java b/service-user/src/main/java/com/java110/user/bmo/rentingPoolAttr/IGetRentingPoolAttrBMO.java
index 82634d5..1f3bec4 100755
--- a/service-user/src/main/java/com/java110/user/bmo/rentingPoolAttr/IGetRentingPoolAttrBMO.java
+++ b/service-user/src/main/java/com/java110/user/bmo/rentingPoolAttr/IGetRentingPoolAttrBMO.java
@@ -1,5 +1,5 @@
package com.java110.user.bmo.rentingPoolAttr;
-import com.java110.dto.rentingPoolAttr.RentingPoolAttrDto;
+import com.java110.dto.rentingPool.RentingPoolAttrDto;
import org.springframework.http.ResponseEntity;
public interface IGetRentingPoolAttrBMO {
--
Gitblit v1.8.0