| | |
| | | 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.*; |
| | | |
| | |
| | | */ |
| | | @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(); |