xin
2025-07-10 f30342f8762f598da78ee9be80779085347af067
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);
}