| | |
| | | @RestController |
| | | @RequestMapping("/forepart/goods-brand") |
| | | @RequiredArgsConstructor |
| | | @Api(value = "商品品牌接口", tags = "商品品牌接口", description = "商品品牌接口") |
| | | @Api(value = "用戶端-商品品牌接口", tags = "用戶端-商品品牌接口", description = "用戶端-商品品牌接口") |
| | | public class ForepartGoodsBrandController { |
| | | |
| | | @Resource |
| | | private IGoodsBrandService iGoodsBrandService; |
| | | @PostMapping("/getGoodsSeriesList") |
| | | @ResponseBody |
| | | @ApiOperation(value = "用户端-商品筛选获取品牌") |
| | | public R<List<GoodsBrand>> getGoodsSeriesList() { |
| | | LambdaQueryWrapper<GoodsBrand> wrapper= Wrappers.lambdaQuery(); |