From 3cccc3ea85c6ce78ba1e10aba955b6dbc61377aa Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 13 六月 2020 21:42:13 +0800
Subject: [PATCH] 优化低级错误
---
service-fee/src/main/java/com/java110/fee/dao/IFeeServiceDao.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/service-fee/src/main/java/com/java110/fee/dao/IFeeServiceDao.java b/service-fee/src/main/java/com/java110/fee/dao/IFeeServiceDao.java
index 1e1b225..ef5afcb 100644
--- a/service-fee/src/main/java/com/java110/fee/dao/IFeeServiceDao.java
+++ b/service-fee/src/main/java/com/java110/fee/dao/IFeeServiceDao.java
@@ -107,4 +107,22 @@
*/
public List<Map> queryBillOweFees(Map info) throws DAOException;
+ /**
+ * 鏌ヨ璐﹀崟娆犺垂
+ *
+ * @param info bId 淇℃伅
+ * @return List<Map>
+ * @throws DAOException DAO寮傚父
+ */
+ int insertBillOweFees(Map info) throws DAOException;
+
+ /**
+ * 淇濆瓨璐﹀崟
+ *
+ * @param info bId 淇℃伅
+ * @return List<Map>
+ * @throws DAOException DAO寮傚父
+ */
+ int insertBill(Map info) throws DAOException;
+
}
--
Gitblit v1.8.0