mitao
2024-09-21 f44e4d609e7efaed9eac545137970b1e334f8106
ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/forepart/ForepartGoodsSeriesController.java
@@ -8,6 +8,7 @@
import com.ruoyi.goods.service.IGoodsSeriesService;
import com.ruoyi.system.api.domain.GoodsFlavorType;
import com.ruoyi.system.api.domain.GoodsSeries;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annotation.*;
@@ -24,12 +25,12 @@
 */
@RestController
@RequestMapping("/forepart/goods-series")
@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();