| | |
| | | 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; |
| | |
| | | |
| | | void addSlGoodsShelf(@RequestBody SlGoodsShelfDTO slGoodsShelfDTO); |
| | | |
| | | SlGoodsShelfVO getSlGoodsShelfOne( Long id); |
| | | |
| | | List<SlGoodsShelf> wfanzGoodsShelfList(@RequestBody GoodsShelfQuery goodsShelfQuery); |
| | | |
| | | void fanzGoodsShelfList(@RequestBody GoodsShelfDTO goodsShelfDTO); |