接口 SysClientServ

所有超级接口:
com.baomidou.mybatisplus.extension.service.IService<SysClient>
所有已知实现类:
SysClientServImpl

public interface SysClientServ extends com.baomidou.mybatisplus.extension.service.IService<SysClient>
作者:
刘斌
  • 字段概要

    从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService

    DEFAULT_BATCH_SIZE
  • 方法概要

    修饰符和类型
    方法
    说明
    查询客户端信息基于客户端id
    查询客户端管理

    从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService

    count, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
  • 方法详细资料

    • queryById

      SysClientVo queryById(Long id)
      查询客户端管理
    • queryByClientId

      SysClientVo queryByClientId(String clientId)
      查询客户端信息基于客户端id