xin
2025-07-08 83396a38be3c69c81f8acc4681c18f5dd0e698be
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);
}