From 11bd127f2e80f8c2eb8d1b4e618e59dcf9d95834 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期六, 14 三月 2026 14:28:15 +0800
Subject: [PATCH] feat: 新增产品参数配置模块及CRUD接口

---
 src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java b/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
index 09fe808..88052fa 100644
--- a/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
+++ b/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
@@ -41,7 +41,7 @@
      * @param paymentRegistration 浠樻鐧昏
      * @return 缁撴灉
      */
-    public int insertPaymentRegistration(PaymentRegistration paymentRegistration);
+    public int insertPaymentRegistration(List<PaymentRegistration>  paymentRegistration);
 
     /**
      * 淇敼浠樻鐧昏
@@ -95,4 +95,12 @@
      * @return 浠樻鐧昏闆嗗悎
      */
     IPage<PaymentRegistrationDto> paymentHistoryListPage(Page page, PaymentRegistrationDto paymentRegistrationDto);
+
+    Boolean delete(Long[] ids);
+
+    int delPaymentRegistration(List<Long> ids);
+
+    IPage<PaymentRegistrationDto> supplierNameListPage(Page page, PaymentLedgerDto paymentLedgerDto);
+
+    List<PaymentRegistrationDto> supplierNameListPageDetails(PaymentLedgerDto paymentLedgerDto);
 }

--
Gitblit v1.9.3