From 95d3a42006beb2b9e0856f0899003e075d1988f8 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 13 一月 2026 15:55:06 +0800
Subject: [PATCH] 新增前后台
---
service/src/main/java/com/ruoyi/cwgl/mapper/ReceivableFeeDetailMapper.java | 198 +++++++++++++++++++++++++-----------------------
1 files changed, 103 insertions(+), 95 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 741fac3..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,95 +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);
-
- /**
- * 鏍规嵁搴旀敹璐圭敤ID鏁扮粍鏌ヨ搴旀敹璐圭敤鏄庣粏鍒楄〃
- *
- * @param receivableFeeIds 搴旀敹璐圭敤ID鏁扮粍
- * @return 搴旀敹璐圭敤鏄庣粏闆嗗悎
- */
- public List<ReceivableFeeDetail> selectReceivableFeeDetailByReceivableFeeIds(Integer[] receivableFeeIds);
-}
+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