| | |
| | | import org.apache.ibatis.annotations.Param; |
| | | 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 |
| | | */ |
| | | RecoveryVO getRecoveryDetail(@Param("recoveryId") Integer recoveryId); |
| | | |
| | | IPage<RecoveryVO> recoveryStatistics(IPage<Object> page, @Param("recovery") RecoveryVO recoveryVO); |
| | | |
| | | IPage<RecoveryVO> recoveryStatisticsx(IPage<Object> page, @Param("recovery")RecoveryVO recoveryVO); |
| | | } |