支持用户数据导入
This commit is contained in:
@ -138,4 +138,12 @@ public interface ISysUserService
|
||||
* @return 结果
|
||||
*/
|
||||
public String selectUserPostGroup(Long userId);
|
||||
|
||||
/**
|
||||
* 导入用户数据
|
||||
*
|
||||
* @param isUpdateSupport 是否更新支持,如果已存在,则进行更新数据
|
||||
* @return 结果
|
||||
*/
|
||||
public String importUser(List<SysUser> userList, Boolean isUpdateSupport);
|
||||
}
|
||||
|
Reference in New Issue
Block a user