| | |
| | | package com.yeshi.fanli.dao.mybatis.monitor; |
| | | |
| | | import com.yeshi.fanli.entity.monitor.ClientAPIMonitor; |
| | | |
| | | public interface ClientAPIMonitorMapper { |
| | | |
| | | int deleteByPrimaryKey(Long id); |
| | | |
| | | int insert(ClientAPIMonitor record); |
| | | |
| | | int insertSelective(ClientAPIMonitor record); |
| | | |
| | | ClientAPIMonitor selectByPrimaryKey(Long id); |
| | | |
| | | int updateByPrimaryKeySelective(ClientAPIMonitor record); |
| | | |
| | | int updateByPrimaryKey(ClientAPIMonitor record); |
| | | package com.yeshi.fanli.dao.mybatis.monitor;
|
| | |
|
| | | import com.yeshi.fanli.entity.monitor.ClientAPIMonitor;
|
| | |
|
| | | public interface ClientAPIMonitorMapper {
|
| | |
|
| | | int deleteByPrimaryKey(Long id);
|
| | |
|
| | | int insert(ClientAPIMonitor record);
|
| | |
|
| | | int insertSelective(ClientAPIMonitor record);
|
| | |
|
| | | ClientAPIMonitor selectByPrimaryKey(Long id);
|
| | |
|
| | | int updateByPrimaryKeySelective(ClientAPIMonitor record);
|
| | |
|
| | | int updateByPrimaryKey(ClientAPIMonitor record);
|
| | | } |