rentaiming
2024-07-10 b29becf95484be48aa09e87fcc7cc19f94cf9c81
ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/forepart/ForepartGoodsSeriesController.java
@@ -25,13 +25,12 @@
 */
@RestController
@RequestMapping("/forepart/goods-series")
@Api(value = "系列接口", tags = "系列接口", description = "系列接口")
@Api(value = "用戶端-系列接口", tags = "用戶端-系列接口", description = "用戶端-系列接口")
public class ForepartGoodsSeriesController {
    @Resource
    private IGoodsSeriesService iGoodsSeriesService;
    @PostMapping("/getGoodsSeriesList")
    @ResponseBody
    @ApiOperation(value = "用户端-商品筛选获取系列")
    public R<List<GoodsSeries>> getGoodsSeriesList() {
        LambdaQueryWrapper<GoodsSeries> wrapper= Wrappers.lambdaQuery();