From d3a26acb38a0747c5df33db848e5fb80ae2e97b9 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期五, 06 三月 2026 10:45:12 +0800
Subject: [PATCH] 修改配置

---
 service/src/main/java/com/ruoyi/cwgl/service/IInvoiceManageService.java |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/service/src/main/java/com/ruoyi/cwgl/service/IInvoiceManageService.java b/service/src/main/java/com/ruoyi/cwgl/service/IInvoiceManageService.java
index acd461b..9a8359f 100644
--- a/service/src/main/java/com/ruoyi/cwgl/service/IInvoiceManageService.java
+++ b/service/src/main/java/com/ruoyi/cwgl/service/IInvoiceManageService.java
@@ -4,6 +4,9 @@
 
 import com.ruoyi.common.core.domain.AjaxResult;
 import com.ruoyi.cwgl.domain.InvoiceManage;
+
+import com.ruoyi.cwgl.domain.PayableBillManagement;
+import com.ruoyi.cwgl.domain.ReceivableBillManagement;
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.ruoyi.cwgl.domain.dto.CallbackReceiptDto;
 
@@ -119,8 +122,36 @@
     AjaxResult applyInvoice(Integer id);
 
     /**
-     * 寮�绁ㄥ洖璋冩帴鍙�
+     * 搴旀敹璐﹀崟鐢宠寮�绁�
+     * @param invoiceManage 鍙戠エ绠$悊瀵硅薄
+     * @param id 搴旀敹璐﹀崟ID
+     * @return 缁撴灉
+     */
+    AjaxResult applyReceivableInvoice(InvoiceManage invoiceManage, Integer id);
+
+    /**
+     * 搴斾粯璐﹀崟鐢宠寮�绁�
+     * @param invoiceManage 鍙戠エ绠$悊瀵硅薄
+     * @param id 搴斾粯璐﹀崟ID
+     * @return 缁撴灉
+     */
+    AjaxResult applyPayableInvoice(InvoiceManage invoiceManage, Integer id);
+
+    /**
+     * 寮�绁ㄥ洖璋冩帴鍙� - 鏅�氬彂绁�
      * @param callbackReceiptDto
      */
     void invoicingSuccess(CallbackReceiptDto callbackReceiptDto);
+
+    /**
+     * 寮�绁ㄥ洖璋冩帴鍙� - 搴斾粯璐﹀崟
+     * @param callbackReceiptDto
+     */
+    void invoicingSuccessPayable(CallbackReceiptDto callbackReceiptDto);
+
+    /**
+     * 寮�绁ㄥ洖璋冩帴鍙� - 搴旀敹璐﹀崟
+     * @param callbackReceiptDto
+     */
+    void invoicingSuccessReceivable(CallbackReceiptDto callbackReceiptDto);
 }

--
Gitblit v1.8.0