From 50c85d94f82c0abad7b828e079ec8ba313a53f6a Mon Sep 17 00:00:00 2001 From: fengxiang <fengxiang@blit.7drlb> Date: Wed, 25 Oct 2017 14:52:06 +0800 Subject: [PATCH] cs --- /dev/null | 30 ------------------------------ 1 files changed, 0 insertions(+), 30 deletions(-) diff --git a/src/main/resources/mapper/EquipmentMapper.java b/src/main/resources/mapper/EquipmentMapper.java deleted file mode 100644 index 78e3e8d..0000000 --- a/src/main/resources/mapper/EquipmentMapper.java +++ /dev/null @@ -1,30 +0,0 @@ -package mapper; - -import com.moral.monitor.entity.Equipment; -import com.moral.monitor.entity.EquipmentExample; -import java.util.List; -import org.apache.ibatis.annotations.Param; - -public interface EquipmentMapper { - long countByExample(EquipmentExample example); - - int deleteByExample(EquipmentExample example); - - int deleteByPrimaryKey(Integer id); - - int insert(Equipment record); - - int insertSelective(Equipment record); - - List<Equipment> selectByExample(EquipmentExample example); - - Equipment selectByPrimaryKey(Integer id); - - int updateByExampleSelective(@Param("record") Equipment record, @Param("example") EquipmentExample example); - - int updateByExample(@Param("record") Equipment record, @Param("example") EquipmentExample example); - - int updateByPrimaryKeySelective(Equipment record); - - int updateByPrimaryKey(Equipment record); -} \ No newline at end of file diff --git a/src/main/resources/mapper/HistoryMapper.java b/src/main/resources/mapper/HistoryMapper.java deleted file mode 100644 index 05a2b1f..0000000 --- a/src/main/resources/mapper/HistoryMapper.java +++ /dev/null @@ -1,30 +0,0 @@ -package mapper; - -import com.moral.monitor.entity.History; -import com.moral.monitor.entity.HistoryExample; -import java.util.List; -import org.apache.ibatis.annotations.Param; - -public interface HistoryMapper { - long countByExample(HistoryExample example); - - int deleteByExample(HistoryExample example); - - int deleteByPrimaryKey(Integer id); - - int insert(History record); - - int insertSelective(History record); - - List<History> selectByExample(HistoryExample example); - - History selectByPrimaryKey(Integer id); - - int updateByExampleSelective(@Param("record") History record, @Param("example") HistoryExample example); - - int updateByExample(@Param("record") History record, @Param("example") HistoryExample example); - - int updateByPrimaryKeySelective(History record); - - int updateByPrimaryKey(History record); -} \ No newline at end of file diff --git a/src/main/resources/mapper/LoggerMapper.java b/src/main/resources/mapper/LoggerMapper.java deleted file mode 100644 index 603dd48..0000000 --- a/src/main/resources/mapper/LoggerMapper.java +++ /dev/null @@ -1,30 +0,0 @@ -package mapper; - -import com.moral.monitor.entity.Logger; -import com.moral.monitor.entity.LoggerExample; -import java.util.List; -import org.apache.ibatis.annotations.Param; - -public interface LoggerMapper { - long countByExample(LoggerExample example); - - int deleteByExample(LoggerExample example); - - int deleteByPrimaryKey(Integer id); - - int insert(Logger record); - - int insertSelective(Logger record); - - List<Logger> selectByExample(LoggerExample example); - - Logger selectByPrimaryKey(Integer id); - - int updateByExampleSelective(@Param("record") Logger record, @Param("example") LoggerExample example); - - int updateByExample(@Param("record") Logger record, @Param("example") LoggerExample example); - - int updateByPrimaryKeySelective(Logger record); - - int updateByPrimaryKey(Logger record); -} \ No newline at end of file diff --git a/src/main/resources/mapper/MonitorpointDao.java b/src/main/resources/mapper/MonitorpointDao.java deleted file mode 100644 index b31bb3d..0000000 --- a/src/main/resources/mapper/MonitorpointDao.java +++ /dev/null @@ -1,30 +0,0 @@ -package mapper; - -import com.moral.monitor.entity.Monitorpoint; -import com.moral.monitor.entity.MonitorpointExample; -import java.util.List; -import org.apache.ibatis.annotations.Param; - -public interface MonitorpointDao { - long countByExample(MonitorpointExample example); - - int deleteByExample(MonitorpointExample example); - - int deleteByPrimaryKey(String id); - - int insert(Monitorpoint record); - - int insertSelective(Monitorpoint record); - - List<Monitorpoint> selectByExample(MonitorpointExample example); - - Monitorpoint selectByPrimaryKey(String id); - - int updateByExampleSelective(@Param("record") Monitorpoint record, @Param("example") MonitorpointExample example); - - int updateByExample(@Param("record") Monitorpoint record, @Param("example") MonitorpointExample example); - - int updateByPrimaryKeySelective(Monitorpoint record); - - int updateByPrimaryKey(Monitorpoint record); -} \ No newline at end of file diff --git a/src/main/resources/mapper/SensorMapper.java b/src/main/resources/mapper/SensorMapper.java deleted file mode 100644 index 5a4e44b..0000000 --- a/src/main/resources/mapper/SensorMapper.java +++ /dev/null @@ -1,30 +0,0 @@ -package mapper; - -import com.moral.monitor.entity.Sensor; -import com.moral.monitor.entity.SensorExample; -import java.util.List; -import org.apache.ibatis.annotations.Param; - -public interface SensorMapper { - long countByExample(SensorExample example); - - int deleteByExample(SensorExample example); - - int deleteByPrimaryKey(Integer id); - - int insert(Sensor record); - - int insertSelective(Sensor record); - - List<Sensor> selectByExample(SensorExample example); - - Sensor selectByPrimaryKey(Integer id); - - int updateByExampleSelective(@Param("record") Sensor record, @Param("example") SensorExample example); - - int updateByExample(@Param("record") Sensor record, @Param("example") SensorExample example); - - int updateByPrimaryKeySelective(Sensor record); - - int updateByPrimaryKey(Sensor record); -} \ No newline at end of file -- Gitblit v1.8.0