| | |
| | | import org.springblade.modules.system.entity.UserInfo; |
| | | import org.springblade.modules.system.entity.UserOauth; |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | | import org.springblade.modules.system.excel.UserExcels; |
| | | import org.springblade.modules.system.vo.UserDistrictStatisVO; |
| | | import org.springblade.modules.system.vo.UserRegisterStatisVO; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | |
| | | * @return |
| | | */ |
| | | List<User> getNotAuditAllUserList(); |
| | | |
| | | /** |
| | | * 查询账号相同的用户数量 |
| | | * @param account |
| | | * @return |
| | | */ |
| | | Integer selectCount(String account); |
| | | void updateAcc(String stype,String account); |
| | | void delete(String account); |
| | | |
| | | |
| | | /** |
| | | * 保安员导入 |
| | | * @param data |
| | | * @param isCovered |
| | | */ |
| | | void importUsers(List<UserExcels> data, Boolean isCovered); |
| | | } |