yaowanxin
4 天以前 600128eb020f4d162c27798d96b955406081855b
src/main/java/com/ruoyi/warehouse/service/DocumentationService.java
@@ -16,9 +16,11 @@
*/
public interface DocumentationService extends IService<Documentation> {
    List<DocumentationDto> listPage(Page page, Documentation documentation);
    IPage<DocumentationDto> listPage(Page page, Documentation documentation);
    void export(HttpServletResponse response,Documentation documentation);
    boolean deleteByIds(List<Long> ids);
    List<DocumentationDto> listAll();
}