| | |
| | | */ |
| | | package org.springblade.modules.stock.service; |
| | | |
| | | import org.springblade.modules.farm.entity.Farm; |
| | | import org.springblade.modules.stock.entity.Stock; |
| | | import org.springblade.modules.stock.vo.StockVO; |
| | | import org.springblade.core.mp.base.BaseService; |
| | |
| | | * @return |
| | | */ |
| | | IPage<StockVO> selectStockPage(IPage<StockVO> page, StockVO stock); |
| | | IPage<StockVO> seletList(IPage<StockVO> page, StockVO stock); |
| | | |
| | | IPage<StockVO> selectLists(IPage<StockVO> page, StockVO stock); |
| | | boolean UpdaeAmountc(Stock stock); |
| | | boolean Updaet(Stock stock); |
| | | } |