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