public interface IPeopleUserBiz extends IPeopleBiz
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deletePeopleUser(int peopleId)
删除用户信息
只能在有子类时调用
|
void |
deletePeopleUsers(int[] peopleIds)
批量删除用户
|
int |
savePeopleUser(PeopleUserEntity peopleEntity)
用户信息实体保存
只能有子类继承时调用的
|
void |
updatePeopleUser(PeopleUserEntity peopleEntity)
更新用户信息,
只能在有子类时调用
|
deletePeople, deletePeople, getByPeople, getCountByAppIdAndMap, getCountByDate, getEntityByCode, getEntityByMailOrPhone, getEntityByUserName, query, queryByAppIdAndMap, queryCountByAppId, queryPageListByAppId, savePeople, updatePeopleint savePeopleUser(PeopleUserEntity peopleEntity)
peopleEntity - 用户信息void updatePeopleUser(PeopleUserEntity peopleEntity)
peopleEntity - 用户信息void deletePeopleUser(int peopleId)
peopleId - 用户IDvoid deletePeopleUsers(int[] peopleIds)
peopleIds - 用户id集合Copyright © 2019. All rights reserved.