| | |
| | | @Mapper |
| | | public interface DocumentationMapper extends BaseMapper<Documentation> { |
| | | |
| | | List<DocumentationDto> listPage(Page page, @Param("documentation") Documentation documentation); |
| | | IPage<DocumentationDto> listPage(Page page, @Param("documentation") Documentation documentation); |
| | | List<DocumentationDto> list(); |
| | | List<DocumentationDto> listByDocumentClassificationId(@Param("documentClassificationId") Long documentClassificationId); |
| | | List<DocumentationDto> listBywarehouseGoodsShelvesRowcolId(@Param("warehouseGoodsShelvesRowcolId") Long warehouseGoodsShelvesRowcolId); |
| | | } |
| | | |
| | | |