From 69e2baf5518079bfc16cfadc2fb29842fb3de85d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 14 一月 2020 21:02:48 +0800
Subject: [PATCH] 加入userName
---
java110-code-generator/src/main/resources/dao/IServiceDao.java | 21 ++++++++++++++-------
1 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/java110-code-generator/src/main/resources/dao/IServiceDao.java b/java110-code-generator/src/main/resources/dao/IServiceDao.java
index f676db5..6b452e5 100644
--- a/java110-code-generator/src/main/resources/dao/IServiceDao.java
+++ b/java110-code-generator/src/main/resources/dao/IServiceDao.java
@@ -1,14 +1,13 @@
package com.java110.store.dao;
-import com.java110.common.exception.DAOException;
+import com.java110.utils.exception.DAOException;
import com.java110.entity.merchant.BoMerchant;
import com.java110.entity.merchant.BoMerchantAttr;
import com.java110.entity.merchant.Merchant;
import com.java110.entity.merchant.MerchantAttr;
-import java.util.List;
import java.util.Map;
/**
@@ -25,7 +24,7 @@
* @param businessStoreInfo 鍟嗘埛淇℃伅 灏佽
* @throws DAOException 鎿嶄綔鏁版嵁搴撳紓甯�
*/
- public void saveBusinessStoreInfo(Map businessStoreInfo) throws DAOException;
+ void saveBusinessStoreInfo(Map businessStoreInfo) throws DAOException;
@@ -36,7 +35,7 @@
* @return 鍟嗘埛淇℃伅
* @throws DAOException
*/
- public Map getBusinessStoreInfo(Map info) throws DAOException;
+ Map getBusinessStoreInfo(Map info) throws DAOException;
@@ -46,7 +45,7 @@
* @param info
* @throws DAOException
*/
- public void saveStoreInfoInstance(Map info) throws DAOException;
+ void saveStoreInfoInstance(Map info) throws DAOException;
@@ -58,7 +57,7 @@
* @return 鍟嗘埛淇℃伅
* @throws DAOException
*/
- public Map getStoreInfo(Map info) throws DAOException;
+ Map getStoreInfo(Map info) throws DAOException;
@@ -67,6 +66,14 @@
* @param info 淇敼淇℃伅
* @throws DAOException
*/
- public void updateStoreInfoInstance(Map info) throws DAOException;
+ void updateStoreInfoInstance(Map info) throws DAOException;
+
+ /**
+ * 鏌ヨ鍟嗘埛鎬绘暟
+ *
+ * @param info 鍟嗘埛淇℃伅
+ * @return 鍟嗘埛鏁伴噺
+ */
+ int queryStoresCount(Map info);
}
\ No newline at end of file
--
Gitblit v1.8.0