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