From 5b0df817144a1e0ba5a7143256b200365747f04a Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 23 十二月 2025 18:52:17 +0800
Subject: [PATCH] 应付接口

---
 service/src/main/java/com/ruoyi/cwgl/mapper/ReceivableFeeDetailMapper.java |  190 +++++++++++++++++++++++++---------------------
 1 files changed, 103 insertions(+), 87 deletions(-)

diff --git a/service/src/main/java/com/ruoyi/cwgl/mapper/ReceivableFeeDetailMapper.java b/service/src/main/java/com/ruoyi/cwgl/mapper/ReceivableFeeDetailMapper.java
index a6c67d3..73948ff 100644
--- a/service/src/main/java/com/ruoyi/cwgl/mapper/ReceivableFeeDetailMapper.java
+++ b/service/src/main/java/com/ruoyi/cwgl/mapper/ReceivableFeeDetailMapper.java
@@ -1,87 +1,103 @@
-package com.ruoyi.cwgl.mapper;
-
-import java.util.List;
-import com.ruoyi.cwgl.domain.ReceivableFeeDetail;
-import com.baomidou.mybatisplus.core.mapper.BaseMapper;
-
-
-/**
- * 搴旀敹璐圭敤鏄庣粏Mapper鎺ュ彛
- * 
- * @author ruoyi
- * @date 2025-12-17
- */
-public interface ReceivableFeeDetailMapper  extends BaseMapper<ReceivableFeeDetail>
-{
-    /**
-     * 鏌ヨ搴旀敹璐圭敤鏄庣粏
-     * 
-     * @param id 搴旀敹璐圭敤鏄庣粏ID
-     * @return 搴旀敹璐圭敤鏄庣粏
-     */
-    public ReceivableFeeDetail selectReceivableFeeDetailById(Integer id);
-
-    /**
-     * 鏌ヨ搴旀敹璐圭敤鏄庣粏 璁板綍鏁�
-     *
-     * @param receivableFeeDetail 搴旀敹璐圭敤鏄庣粏
-     * @return 搴旀敹璐圭敤鏄庣粏闆嗗悎
-     */
-    public int selectReceivableFeeDetailCount(ReceivableFeeDetail receivableFeeDetail);
-
-    /**
-     * 鏌ヨ搴旀敹璐圭敤鏄庣粏鍒楄〃
-     * 
-     * @param receivableFeeDetail 搴旀敹璐圭敤鏄庣粏
-     * @return 搴旀敹璐圭敤鏄庣粏闆嗗悎
-     */
-    public List<ReceivableFeeDetail> selectReceivableFeeDetailList(ReceivableFeeDetail receivableFeeDetail);
-
-    /**
-     * 鏂板搴旀敹璐圭敤鏄庣粏
-     * 
-     * @param receivableFeeDetail 搴旀敹璐圭敤鏄庣粏
-     * @return 缁撴灉
-     */
-    public int insertReceivableFeeDetail(ReceivableFeeDetail receivableFeeDetail);
-
-    /**
-     * 鏂板搴旀敹璐圭敤鏄庣粏[鎵归噺]
-     *
-     * @param receivableFeeDetails 搴旀敹璐圭敤鏄庣粏
-     * @return 缁撴灉
-     */
-    public int insertReceivableFeeDetailBatch(List<ReceivableFeeDetail> receivableFeeDetails);
-
-    /**
-     * 淇敼搴旀敹璐圭敤鏄庣粏
-     * 
-     * @param receivableFeeDetail 搴旀敹璐圭敤鏄庣粏
-     * @return 缁撴灉
-     */
-    public int updateReceivableFeeDetail(ReceivableFeeDetail receivableFeeDetail);
-
-    /**
-     * 淇敼搴旀敹璐圭敤鏄庣粏[鎵归噺]
-     *
-     * @param receivableFeeDetails 搴旀敹璐圭敤鏄庣粏
-     * @return 缁撴灉
-     */
-    public int updateReceivableFeeDetailBatch(List<ReceivableFeeDetail> receivableFeeDetails);
-
-    /**
-     * 鍒犻櫎搴旀敹璐圭敤鏄庣粏
-     * 
-     * @param id 搴旀敹璐圭敤鏄庣粏ID
-     * @return 缁撴灉
-     */
-    public int deleteReceivableFeeDetailById(Integer id);
-
-    /**
-     * 鎵归噺鍒犻櫎搴旀敹璐圭敤鏄庣粏
-     * 
-     * @param ids 闇�瑕佸垹闄ょ殑鏁版嵁ID
-     * @return 缁撴灉
-     */
-    public int deleteReceivableFeeDetailByIds(Integer[] ids);
-}
+package com.ruoyi.cwgl.mapper;
+
+import java.util.List;
+import com.ruoyi.cwgl.domain.ReceivableFeeDetail;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+
+/**
+ * 搴旀敹璐圭敤鏄庣粏Mapper鎺ュ彛
+ * 
+ * @author ruoyi
+ * @date 2025-12-17
+ */
+public interface ReceivableFeeDetailMapper  extends BaseMapper<ReceivableFeeDetail>
+{
+    /**
+     * 鏌ヨ搴旀敹璐圭敤鏄庣粏
+     * 
+     * @param id 搴旀敹璐圭敤鏄庣粏ID
+     * @return 搴旀敹璐圭敤鏄庣粏
+     */
+    public ReceivableFeeDetail selectReceivableFeeDetailById(Integer id);
+
+    /**
+     * 鏌ヨ搴旀敹璐圭敤鏄庣粏 璁板綍鏁�
+     *
+     * @param receivableFeeDetail 搴旀敹璐圭敤鏄庣粏
+     * @return 搴旀敹璐圭敤鏄庣粏闆嗗悎
+     */
+    public int selectReceivableFeeDetailCount(ReceivableFeeDetail receivableFeeDetail);
+
+    /**
+     * 鏌ヨ搴旀敹璐圭敤鏄庣粏鍒楄〃
+     * 
+     * @param receivableFeeDetail 搴旀敹璐圭敤鏄庣粏
+     * @return 搴旀敹璐圭敤鏄庣粏闆嗗悎
+     */
+    public List<ReceivableFeeDetail> selectReceivableFeeDetailList(ReceivableFeeDetail receivableFeeDetail);
+
+    /**
+     * 鏂板搴旀敹璐圭敤鏄庣粏
+     * 
+     * @param receivableFeeDetail 搴旀敹璐圭敤鏄庣粏
+     * @return 缁撴灉
+     */
+    public int insertReceivableFeeDetail(ReceivableFeeDetail receivableFeeDetail);
+
+    /**
+     * 鏂板搴旀敹璐圭敤鏄庣粏[鎵归噺]
+     *
+     * @param receivableFeeDetails 搴旀敹璐圭敤鏄庣粏
+     * @return 缁撴灉
+     */
+    public int insertReceivableFeeDetailBatch(List<ReceivableFeeDetail> receivableFeeDetails);
+
+    /**
+     * 淇敼搴旀敹璐圭敤鏄庣粏
+     * 
+     * @param receivableFeeDetail 搴旀敹璐圭敤鏄庣粏
+     * @return 缁撴灉
+     */
+    public int updateReceivableFeeDetail(ReceivableFeeDetail receivableFeeDetail);
+
+    /**
+     * 淇敼搴旀敹璐圭敤鏄庣粏[鎵归噺]
+     *
+     * @param receivableFeeDetails 搴旀敹璐圭敤鏄庣粏
+     * @return 缁撴灉
+     */
+    public int updateReceivableFeeDetailBatch(List<ReceivableFeeDetail> receivableFeeDetails);
+
+    /**
+     * 鍒犻櫎搴旀敹璐圭敤鏄庣粏
+     * 
+     * @param id 搴旀敹璐圭敤鏄庣粏ID
+     * @return 缁撴灉
+     */
+    public int deleteReceivableFeeDetailById(Integer id);
+
+    /**
+     * 鎵归噺鍒犻櫎搴旀敹璐圭敤鏄庣粏
+     * 
+     * @param ids 闇�瑕佸垹闄ょ殑鏁版嵁ID
+     * @return 缁撴灉
+     */
+    public int deleteReceivableFeeDetailByIds(Integer[] ids);
+    
+    /**
+     * 鏍规嵁搴旀敹璐圭敤ID鍒犻櫎搴旀敹璐圭敤鏄庣粏
+     * 
+     * @param receivableFeeId 搴旀敹璐圭敤ID
+     * @return 缁撴灉
+     */
+    public int deleteReceivableFeeDetailByReceivableFeeId(Integer receivableFeeId);
+    
+    /**
+     * 鏍规嵁搴旀敹璐圭敤ID鏁扮粍鏌ヨ搴旀敹璐圭敤鏄庣粏鍒楄〃
+     * 
+     * @param receivableFeeIds 搴旀敹璐圭敤ID鏁扮粍
+     * @return 搴旀敹璐圭敤鏄庣粏闆嗗悎
+     */
+    public List<ReceivableFeeDetail> selectReceivableFeeDetailByReceivableFeeIds(Integer[] receivableFeeIds);
+}
\ No newline at end of file

--
Gitblit v1.8.0