| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.modules.InventoryLoss.entity.Inventory; |
| | | import org.springblade.modules.InventoryLoss.vo.InventoryVO; |
| | | |
| | |
| | | * 自定义分页 |
| | | * |
| | | * @param page |
| | | * @param lnventory |
| | | * @param inventory |
| | | * @return |
| | | */ |
| | | List<InventoryVO> selectSalePage(IPage page, InventoryVO lnventory); |
| | | List<InventoryVO> selectSalePage(IPage page, @Param("inventory") InventoryVO inventory); |
| | | } |