| | |
| | | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.common.core.utils.page.PageDTO; |
| | | 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.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; |
| | |
| | | @RestController |
| | | @RequestMapping("/mgt/goods-brand") |
| | | @RequiredArgsConstructor |
| | | @Api(value = "管理后台商品品牌相关接口", tags = {"管理后台接口"}) |
| | | @Api(value = "管理后台商品品牌相关接口", tags = {"管理后台-商品品牌相关接口"}) |
| | | public class MgtGoodsBrandController { |
| | | |
| | | private final IGoodsBrandService goodsBrandService; |