buhuazhen
8 天以前 47768d890fbfc1a5f3e93ca26137847361415e9e
src/main/java/com/ruoyi/warehouse/service/DocumentationBorrowManagementService.java
@@ -33,4 +33,6 @@
    void exportrevent(HttpServletResponse response, DocumentationReturnManagement documentationReturnManagement);
    List<DocumentationBorrowManagementDto> listAll();
    List<DocumentationBorrowManagementDto> selectByDocumentationId(Long id);
}