From abcb4ce3b765806e53f668f1af13529eb0414ced Mon Sep 17 00:00:00 2001
From: zepengdev <lzpsmith@outlook.com>
Date: Wed, 04 Jun 2025 08:33:14 +0800
Subject: [PATCH] 删除StoreLocation

---
 oying-system/src/main/java/com/oying/modules/pc/category/rest/PlatformCategoryCustomerController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/oying-system/src/main/java/com/oying/modules/pc/category/rest/PlatformCategoryCustomerController.java b/oying-system/src/main/java/com/oying/modules/pc/category/rest/PlatformCategoryCustomerController.java
index d6105be..fff0767 100644
--- a/oying-system/src/main/java/com/oying/modules/pc/category/rest/PlatformCategoryCustomerController.java
+++ b/oying-system/src/main/java/com/oying/modules/pc/category/rest/PlatformCategoryCustomerController.java
@@ -5,7 +5,7 @@
 import com.oying.modules.pc.category.view.PlatformCategoryCustomerView;
 import com.oying.modules.pc.category.domain.dto.PlatformCategoryQueryCriteria;
 import com.oying.modules.pc.category.service.PlatformCategoryService;
-import com.oying.modules.pc.common.core.domain.R;
+import com.oying.utils.R;
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import lombok.RequiredArgsConstructor;

--
Gitblit v1.9.3