接口 WxUserLoginLogMapper
-
- 所有超级接口:
tk.mybatis.mapper.common.base.BaseDeleteMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.BaseInsertMapper<WxUserLoginLog>,tk.mybatis.mapper.common.BaseMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.BaseSelectMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.BaseUpdateMapper<WxUserLoginLog>,tk.mybatis.mapper.common.example.DeleteByExampleMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.delete.DeleteMapper<WxUserLoginLog>,tk.mybatis.mapper.common.ExampleMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.insert.InsertMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper<WxUserLoginLog>,tk.mybatis.mapper.common.Mapper<WxUserLoginLog>,tk.mybatis.mapper.common.Marker,tk.mybatis.mapper.common.RowBoundsMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.select.SelectAllMapper<WxUserLoginLog>,tk.mybatis.mapper.common.example.SelectByExampleMapper<WxUserLoginLog>,tk.mybatis.mapper.common.rowbounds.SelectByExampleRowBoundsMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<WxUserLoginLog>,tk.mybatis.mapper.common.example.SelectCountByExampleMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.select.SelectCountMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.select.SelectMapper<WxUserLoginLog>,tk.mybatis.mapper.common.example.SelectOneByExampleMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.select.SelectOneMapper<WxUserLoginLog>,tk.mybatis.mapper.common.rowbounds.SelectRowBoundsMapper<WxUserLoginLog>,tk.mybatis.mapper.common.example.UpdateByExampleMapper<WxUserLoginLog>,tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper<WxUserLoginLog>,tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper<WxUserLoginLog>
public interface WxUserLoginLogMapper extends tk.mybatis.mapper.common.Mapper<WxUserLoginLog>
微信用户登录记录 mapper- 作者:
- guer
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.util.List<LoginStatistics>selectLoginStatistics(java.util.Map<java.lang.String,java.lang.Object> params)查询登录统计
-
-
-
方法详细资料
-
selectLoginStatistics
java.util.List<LoginStatistics> selectLoginStatistics(java.util.Map<java.lang.String,java.lang.Object> params)
查询登录统计- 参数:
params- 搜索参数- 返回:
- 登录统计
-
-