refactor: 用户导入优化

This commit is contained in:
haoxr
2023-03-03 00:50:16 +08:00
parent 09417168c7
commit 00d10b364c
8 changed files with 103 additions and 56 deletions

View File

@@ -85,13 +85,6 @@ public interface SysUserService extends IService<SysUser> {
UserAuthInfo getUserAuthInfo(String username);
/**
* 导入用户
*
* @param userImportVO
* @return
*/
String importUsers(UserImportVO userImportVO) throws IOException;
/**
* 获取导出用户列表