From 7fb4b60a821241350e9285c7ad397b783fdcb94c Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 22 五月 2019 13:32:05 +0800
Subject: [PATCH] RoomDto 中加入ownerId
---
RuleService/src/main/java/com/java110/rule/dao/IRuleDao.java | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/RuleService/src/main/java/com/java110/rule/dao/IRuleDao.java b/RuleService/src/main/java/com/java110/rule/dao/IRuleDao.java
index 38a747e..691ec58 100644
--- a/RuleService/src/main/java/com/java110/rule/dao/IRuleDao.java
+++ b/RuleService/src/main/java/com/java110/rule/dao/IRuleDao.java
@@ -1,5 +1,8 @@
package com.java110.rule.dao;
+import com.java110.entity.rule.Rule;
+import com.java110.entity.rule.RuleEntrance;
+
import java.util.List;
import java.util.Map;
@@ -19,4 +22,28 @@
public String executeProc(String transactionId,String paramIn,String procName) throws Exception;
+
+
+ /**
+ * 鏌ヨRule_Entrance
+ * @return
+ * @throws Exception
+ */
+ public Map<String,RuleEntrance> getRuleEntranceMap() throws Exception;
+
+
+ /**
+ * 鏌ヨ瑙勫垯缁勫叧绯讳俊鎭�
+ * @return
+ * @throws Exception
+ */
+ public List getRuleGroupRelaList() throws Exception;
+
+
+ /**
+ * 鏌ヨ瑙勫垯淇℃伅
+ * @return
+ * @throws Exception
+ */
+ public Map<String, Rule> getRuleMap() throws Exception;
}
--
Gitblit v1.8.0