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