From 62a2c2cff2978dfcfe2fc4ef3e4c1e2a89835dbf Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei@blit.7drlb.com>
Date: Thu, 26 Oct 2017 10:11:30 +0800
Subject: [PATCH] 区域全部平均值接口

---
 src/main/java/com/moral/monitor/dao/AccountEntityMapper.java |   25 +------------------------
 1 files changed, 1 insertions(+), 24 deletions(-)

diff --git a/src/main/java/com/moral/monitor/dao/AccountEntityMapper.java b/src/main/java/com/moral/monitor/dao/AccountEntityMapper.java
index 40407ce..8775c52 100644
--- a/src/main/java/com/moral/monitor/dao/AccountEntityMapper.java
+++ b/src/main/java/com/moral/monitor/dao/AccountEntityMapper.java
@@ -2,29 +2,6 @@
 
 import com.moral.monitor.entity.AccountEntity;
 import com.moral.monitor.entity.AccountEntityExample;
-import java.util.List;
-import org.apache.ibatis.annotations.Param;
 
-public interface AccountEntityMapper {
-    int countByExample(AccountEntityExample example);
-
-    int deleteByExample(AccountEntityExample example);
-
-    int deleteByPrimaryKey(Integer id);
-
-    int insert(AccountEntity record);
-
-    int insertSelective(AccountEntity record);
-
-    List<AccountEntity> selectByExample(AccountEntityExample example);
-
-    AccountEntity selectByPrimaryKey(Integer id);
-
-    int updateByExampleSelective(@Param("record") AccountEntity record, @Param("example") AccountEntityExample example);
-
-    int updateByExample(@Param("record") AccountEntity record, @Param("example") AccountEntityExample example);
-
-    int updateByPrimaryKeySelective(AccountEntity record);
-
-    int updateByPrimaryKey(AccountEntity record);
+public interface AccountEntityMapper extends BaseDao<AccountEntity, AccountEntityExample, Integer>{
 }
\ No newline at end of file

--
Gitblit v1.8.0