| | |
| | | * @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); |
| | |
| | | * @return |
| | | */ |
| | | List<FarmPlantVO> getFarmPlantList(FarmPlantVO farmPlant); |
| | | |
| | | List<FarmPlantVO> getFarmPlantYMList(FarmPlantVO farmPlant); |
| | | } |