| | |
| | | package com.yeshi.fanli.dao.mybatis; |
| | | |
| | | import com.yeshi.fanli.entity.bus.user.UserConnectHistory; |
| | | |
| | | public interface UserConnectHistoryMapper { |
| | | |
| | | int deleteByPrimaryKey(Long id); |
| | | |
| | | int insert(UserConnectHistory record); |
| | | |
| | | int insertSelective(UserConnectHistory record); |
| | | |
| | | UserConnectHistory selectByPrimaryKey(Long id); |
| | | |
| | | int updateByPrimaryKeySelective(UserConnectHistory record); |
| | | |
| | | int updateByPrimaryKey(UserConnectHistory record); |
| | | package com.yeshi.fanli.dao.mybatis;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.UserConnectHistory;
|
| | |
|
| | | public interface UserConnectHistoryMapper {
|
| | |
|
| | | int deleteByPrimaryKey(Long id);
|
| | |
|
| | | int insert(UserConnectHistory record);
|
| | |
|
| | | int insertSelective(UserConnectHistory record);
|
| | |
|
| | | UserConnectHistory selectByPrimaryKey(Long id);
|
| | |
|
| | | int updateByPrimaryKeySelective(UserConnectHistory record);
|
| | |
|
| | | int updateByPrimaryKey(UserConnectHistory record);
|
| | | } |