| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.modules.recovery.entity.Recovery; |
| | | import org.springblade.modules.recovery.vo.RecoveryVO; |
| | | import org.springblade.modules.stock.vo.StocksVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 采收记录服务类 |
| | |
| | | * @return |
| | | */ |
| | | int getCodePreCount(String pre); |
| | | |
| | | /** |
| | | * 查询农产品采收记录信息 |
| | | * @param recoveryId |
| | | * @return |
| | | */ |
| | | RecoveryVO getRecoveryDetail(Integer recoveryId); |
| | | |
| | | IPage<RecoveryVO> recoveryStatistics(IPage<Object> page, RecoveryVO recoveryVO); |
| | | |
| | | IPage<RecoveryVO> recoveryStatisticsx(IPage<Object> page, RecoveryVO recoveryVO); |
| | | } |