| | |
| | | * @return |
| | | */ |
| | | IPage<FarmPlantVO> selectFarmPlantPage(IPage<FarmPlantVO> page, FarmPlantVO farm); |
| | | IPage<FarmPlantVO> selectFarmPlantPageCount(IPage<Object> page, FarmPlantVO farmPlant); |
| | | IPage<FarmPlantVO> selectFarmPlantPageCountYM(IPage<Object> page, FarmPlantVO farmPlant); |
| | | IPage<FarmPlantVO> getFarmPlantStatisticsCountz(IPage<FarmPlantVO> page, FarmPlantVO farm); |
| | | |
| | | /** |
| | | * 农产品种养统计 |
| | |
| | | * @return |
| | | */ |
| | | FarmPlantVO getFarmPlantStatisticsCount(FarmPlantVO farmPlantVO); |
| | | int selectCount(); |
| | | int selectCount(FarmPlantVO farmPlantVO); |
| | | Map selectPlant(String code,String time); |
| | | Map selectPlantl(String code,String time); |
| | | Map selectPlantw(String code,String time); |
| | |
| | | Map selectProductr(String code, String time); |
| | | Map selectProducts(String code, String time); |
| | | Map selectProductf(String code, String time); |
| | | |
| | | /** |
| | | * 查询种养记录列表(不分页) |
| | | * @param farmPlant |
| | | * @return |
| | | */ |
| | | List<FarmPlantVO> getFarmPlantList(FarmPlantVO farmPlant); |
| | | |
| | | List<FarmPlantVO> getFarmPlantYMList(FarmPlantVO farmPlant); |
| | | } |