From f5a22deb0ae1c68875355de2f02224464e6cc325 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 02 二月 2026 16:19:27 +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