rentaiming
2024-06-02 af4255818ddf43abc83482ebe95c171300272916
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,6 +25,7 @@
 */
@RestController
@RequestMapping("/forepart/goods-series")
@Api(value = "系列接口", tags = "系列接口", description = "系列接口")
public class ForepartGoodsSeriesController {
    @Resource