From e995152347bd980bb48806132ae6be1ffee90a64 Mon Sep 17 00:00:00 2001
From: 彭雪彬 <1724387007@qq.com>
Date: Tue, 15 Jul 2025 18:50:51 +0800
Subject: [PATCH] Merge branch 'xin' into pxb

---
 oying-system/src/main/java/com/oying/modules/sh/service/OrderReturnService.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/oying-system/src/main/java/com/oying/modules/sh/service/OrderReturnService.java b/oying-system/src/main/java/com/oying/modules/sh/service/OrderReturnService.java
index cabc3b3..2aa81cf 100644
--- a/oying-system/src/main/java/com/oying/modules/sh/service/OrderReturnService.java
+++ b/oying-system/src/main/java/com/oying/modules/sh/service/OrderReturnService.java
@@ -7,6 +7,7 @@
 import javax.servlet.http.HttpServletResponse;
 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
 import com.baomidou.mybatisplus.extension.service.IService;
+import com.oying.modules.sh.domain.request.AuditOrderReturn;
 import com.oying.utils.PageResult;
 
 /**
@@ -56,4 +57,10 @@
     * @throws IOException /
     */
     void download(List<OrderReturn> all, HttpServletResponse response) throws IOException;
+
+    OrderReturn getByReturnNum(String outRefundNo);
+
+    void updatePayStatus(String outRefundNo, String status, String time);
+
+    void audit(AuditOrderReturn resources);
 }

--
Gitblit v1.9.3