yj
2020-03-04 58ee87fd64efdb75d16e396c3d952d3522c3a747
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/common/DataMonitorMapper.java
@@ -1,20 +1,20 @@
package com.yeshi.fanli.dao.mybatis.common;
import com.yeshi.fanli.entity.common.DataMonitor;
public interface DataMonitorMapper {
   int deleteByPrimaryKey(Long id);
   int insert(DataMonitor record);
   int insertSelective(DataMonitor record);
   DataMonitor selectByPrimaryKey(Long id);
   DataMonitor selectByKey(String key);
   int updateByPrimaryKeySelective(DataMonitor record);
   int updateByPrimaryKey(DataMonitor record);
package com.yeshi.fanli.dao.mybatis.common;
import com.yeshi.fanli.entity.common.DataMonitor;
public interface DataMonitorMapper {
   int deleteByPrimaryKey(Long id);
   int insert(DataMonitor record);
   int insertSelective(DataMonitor record);
   DataMonitor selectByPrimaryKey(Long id);
   DataMonitor selectByKey(String key);
   int updateByPrimaryKeySelective(DataMonitor record);
   int updateByPrimaryKey(DataMonitor record);
}