public interface IUserService extends com.baomidou.mybatisplus.extension.service.IService<User>
系统用户表 服务类
| 限定符和类型 | 方法和说明 |
|---|---|
OperateReport |
addUser(UserParm userParm) |
String |
beforeUpdatePassword(String password,
User user) |
OperateReport |
deleteUser(String ids) |
User |
getOneByUserName(String key) |
OperateReport |
saveUser(UserParm userParm) |
count, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdOperateReport addUser(UserParm userParm)
OperateReport saveUser(UserParm userParm)
OperateReport deleteUser(String ids)
Copyright © 2020. All rights reserved.