oying-system/src/main/java/com/oying/modules/sh/service/OrderReturnService.java
@@ -56,4 +56,8 @@ * @throws IOException / */ void download(List<OrderReturn> all, HttpServletResponse response) throws IOException; OrderReturn getByReturnNum(String outRefundNo); void updatePayStatus(String outRefundNo, String status, String time); }