From f8dc8889897431d908c658fb415186d39b963eb6 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期三, 14 一月 2026 18:05:44 +0800
Subject: [PATCH] yys 销售报价,供应商,客户

---
 src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java |   18 +++++++++++++++++-
 1 files changed, 17 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 26e14b6..f0b9738 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);
 
     /**
      * 淇敼浠樻鐧昏
@@ -87,4 +87,20 @@
      * @return
      */
     List<PaymentHistoryRecordVo> getPaymentRecordList(Long supplierId);
+
+    /**
+     * 鏌ヨ浠樻鐧昏鍒楄〃鍒嗛〉
+     *
+     * @param paymentRegistrationDto 浠樻鐧昏
+     * @return 浠樻鐧昏闆嗗悎
+     */
+    IPage<PaymentRegistrationDto> paymentHistoryListPage(Page page, PaymentRegistrationDto paymentRegistrationDto);
+
+    Boolean delete(Long[] ids);
+
+    int delPaymentRegistration(Long ids);
+
+    IPage<PaymentRegistrationDto> supplierNameListPage(Page page, PaymentLedgerDto paymentLedgerDto);
+
+    List<PaymentRegistrationDto> supplierNameListPageDetails(PaymentLedgerDto paymentLedgerDto);
 }

--
Gitblit v1.9.3