| | |
| | | import org.springblade.modules.farmplant.entity.FarmProductStock; |
| | | import org.springblade.modules.farmplant.vo.FarmProductStockVO; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | |
| | | FarmProductStockVO statisticsProduct(FarmProductStockVO farmProductStock); |
| | | IPage<FarmProductStockVO> statisticsProductx(IPage<FarmProductStockVO> page, FarmProductStockVO farmProductStock); |
| | | Map<String, String> selctProductCount(String year); |
| | | Map<String, String> statisticsStock(String year,String deptId); |
| | | List<Map<String, Double>> statisticsYield(String year, String deptId); |
| | | //查看库存是否充足 |
| | | boolean stockCompare(double sale,String id); |
| | | //减去相应库存 |