yujian
2020-03-28 393e3a365b5ebbed6e9eef07fbd18881cde73711
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);
}