rentaiming
2024-07-20 d1bf6cf8234a9010a901131787344a6f9b10373b
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/service/SlGoodsShelfService.java
@@ -8,6 +8,8 @@
import com.ruoyi.management.domain.dto.SlGoodsShelfDTO;
import com.ruoyi.management.domain.dto.SlGoodsShelfQuery;
import com.ruoyi.management.domain.vo.SlGoodsShelfVO;
import io.swagger.annotations.ApiParam;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import java.util.List;
@@ -25,6 +27,8 @@
   void addSlGoodsShelf(@RequestBody SlGoodsShelfDTO slGoodsShelfDTO);
    SlGoodsShelfVO getSlGoodsShelfOne( Long id);
    List<SlGoodsShelf> wfanzGoodsShelfList(@RequestBody GoodsShelfQuery goodsShelfQuery);
   void fanzGoodsShelfList(@RequestBody GoodsShelfDTO goodsShelfDTO);