From dd6687b118561100e1677e88a9c2f5842a54c531 Mon Sep 17 00:00:00 2001
From: jialh <1972868360@qq.com>
Date: 星期四, 16 四月 2026 18:14:14 +0800
Subject: [PATCH] 水电话费
---
service-store/src/main/java/com/java110/store/dao/IContractServiceDao.java | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/service-store/src/main/java/com/java110/store/dao/IContractServiceDao.java b/service-store/src/main/java/com/java110/store/dao/IContractServiceDao.java
index e5d2b73..d72b250 100755
--- a/service-store/src/main/java/com/java110/store/dao/IContractServiceDao.java
+++ b/service-store/src/main/java/com/java110/store/dao/IContractServiceDao.java
@@ -45,6 +45,22 @@
*/
void updateContractInfo(Map info) throws DAOException;
+ void saveOrUpdateAdContractInfo(Map info) throws DAOException;
+
+ /**
+ * 淇濆瓨鎴栨洿鏂� 鍚堝悓閲戦鏄庣粏琛�
+ */
+ void saveOrUpdateContractAmountDetail(Map info) throws DAOException;
+
+ /**
+ * 淇濆瓨鎴栨洿鏂� 鍚堝悓绠$悊鍒嗘垚琛�
+ */
+ void saveOrUpdateContractManagementShare(Map info) throws DAOException;
+
+ /**
+ * 淇濆瓨鎴栨洿鏂� 鍚堝悓缂磋垂鐘舵�佽〃
+ */
+ void saveOrUpdateContractPaymentStatus(Map info) throws DAOException;
/**
* 鏌ヨ鍚堝悓绠$悊鎬绘暟
--
Gitblit v1.8.0