rentaiming
2024-06-02 af4255818ddf43abc83482ebe95c171300272916
ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/forepart/ForepartGoodsBrandController.java
@@ -6,6 +6,7 @@
import com.ruoyi.common.core.domain.R;
import com.ruoyi.goods.service.IGoodsBrandService;
import com.ruoyi.system.api.domain.GoodsBrand;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.*;
@@ -24,6 +25,7 @@
@RestController
@RequestMapping("/forepart/goods-brand")
@RequiredArgsConstructor
@Api(value = "商品品牌接口", tags = "商品品牌接口", description = "商品品牌接口")
public class ForepartGoodsBrandController {
    @Resource