yujian
2020-04-26 4a901a88c00c4c48d5b6f4fef55de2a2fd82749a
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);
}