oying-system/src/main/java/com/oying/modules/sh/service/OrderReturnOperationLogService.java
@@ -56,4 +56,6 @@ * @throws IOException / */ void download(List<OrderReturnOperationLog> all, HttpServletResponse response) throws IOException; List<OrderReturnOperationLog> getByReturnNum(String returnNum); }