接口 AppConnectMapper
- 所有超级接口:
com.baomidou.mybatisplus.core.mapper.BaseMapper<AppConnect>,top.binfast.common.mybatis.mapper.BinBaseMapper<AppConnect>,com.baomidou.mybatisplus.core.mapper.Mapper<AppConnect>
@Mapper
public interface AppConnectMapper
extends top.binfast.common.mybatis.mapper.BinBaseMapper<AppConnect>
- 作者:
- liubin
-
方法概要
修饰符和类型方法说明getByBizUserId(String bizUserId, String appId) getBySessionKey(String sessionKey) getUserIdByUnionId(String bizUnionId) 从接口继承的方法 com.baomidou.mybatisplus.core.mapper.BaseMapper
delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectBatchIds, selectById, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById从接口继承的方法 top.binfast.common.mybatis.mapper.BinBaseMapper
alwaysUpdateSomeColumnById, insertBatchSomeColumn, updateBatchById, upsert
-
方法详细资料
-
getByBizUserId
-
getBySessionKey
-
getUserIdByUnionId
-