| | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.modules.farm.entity.FarmingRecord; |
| | | import org.springblade.modules.farm.vo.FarmingRecordVO; |
| | | import org.springblade.modules.recovery.vo.RecoveryVO; |
| | | import org.springblade.modules.traceability.entity.Traceability; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | Double selectQyCount(String deptId); |
| | | //本月农资使用量 |
| | | Double selectByCount(String deptId); |
| | | |
| | | /** |
| | | * 查询农事记录信息(种植开始起) |
| | | * @param recoveryVO 采收信息 |
| | | * @return |
| | | */ |
| | | List<FarmingRecordVO> getFarmingRecordByFarmPlantId(RecoveryVO recoveryVO); |
| | | } |