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); }