From f23d549806625f8fd356dcaebdccbbd0e68fb886 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 30 五月 2020 17:36:39 +0800
Subject: [PATCH] 完成 架构调整
---
CommunityService/src/main/java/com/java110/community/dao/IInspectionServiceDao.java | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/CommunityService/src/main/java/com/java110/community/dao/IInspectionServiceDao.java b/CommunityService/src/main/java/com/java110/community/dao/IInspectionServiceDao.java
index 48ab2d3..7a4a04a 100644
--- a/CommunityService/src/main/java/com/java110/community/dao/IInspectionServiceDao.java
+++ b/CommunityService/src/main/java/com/java110/community/dao/IInspectionServiceDao.java
@@ -62,6 +62,7 @@
+
/**
* 淇敼宸℃鐐逛俊鎭�
* @param info 淇敼淇℃伅
@@ -92,4 +93,14 @@
*/
public List<Map> getInspectionRelationShipInfo(Map info) throws DAOException ;
+
+ /**
+ * 鏌ヨ宸℃鐐逛俊鎭紙instance杩囩▼锛�
+ * 鏍规嵁bId 鏌ヨ宸℃鐐逛俊鎭�
+ * @param info bId 淇℃伅
+ * @return 宸℃鐐逛俊鎭�
+ * @throws DAOException DAO寮傚父
+ */
+ List<Map> queryInspectionsByPlan(Map info) throws DAOException;
+
}
--
Gitblit v1.8.0