From c87e5c5204b95a59d6ae48629488088d1eb296a8 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期二, 21 五月 2024 19:28:20 +0800
Subject: [PATCH] 提交秒杀商品模块接口

---
 ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/management/MgtGoodsBrandController.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/mamagement/MgtGoodsBrandController.java b/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/management/MgtGoodsBrandController.java
similarity index 91%
rename from ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/mamagement/MgtGoodsBrandController.java
rename to ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/management/MgtGoodsBrandController.java
index 0d49be9..2a5b9a0 100644
--- a/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/mamagement/MgtGoodsBrandController.java
+++ b/ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/management/MgtGoodsBrandController.java
@@ -1,11 +1,11 @@
-package com.ruoyi.goods.controller.mamagement;
+package com.ruoyi.goods.controller.management;
 
 
 import com.ruoyi.common.core.domain.R;
 import com.ruoyi.common.core.utils.page.PageDTO;
-import com.ruoyi.goods.controller.mamagement.DTO.GoodsBrandDTO;
-import com.ruoyi.goods.controller.mamagement.DTO.GoodsBrandQuery;
-import com.ruoyi.goods.controller.mamagement.VO.GoodsBrandVO;
+import com.ruoyi.goods.controller.management.DTO.GoodsBrandDTO;
+import com.ruoyi.goods.controller.management.DTO.GoodsBrandQuery;
+import com.ruoyi.goods.controller.management.VO.GoodsBrandVO;
 import com.ruoyi.goods.service.IGoodsBrandService;
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;

--
Gitblit v1.7.1