| | |
| | | import org.springblade.modules.system.entity.User; |
| | | import org.springblade.modules.system.entity.UserInfo; |
| | | import org.springblade.modules.system.entity.UserOauth; |
| | | import org.springblade.modules.system.excel.QrCodeExcel; |
| | | import org.springblade.modules.system.excel.SecurityExcel; |
| | | import org.springblade.modules.system.excel.SecurityYyExcel; |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | | import org.springblade.modules.system.excel.*; |
| | | import org.springblade.modules.system.node.TreeNode; |
| | | import org.springblade.modules.system.vo.UserInfoDetail; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | |
| | | * @return |
| | | */ |
| | | UserInfo userInfo(String tenantId, String account, String password, UserEnum userEnum); |
| | | |
| | | /** |
| | | * 用户信息 |
| | | * @param tenantId |
| | | * @param account |
| | | * @param password |
| | | * @param userEnum |
| | | * @return |
| | | */ |
| | | UserInfo wxUserInfo(String tenantId, String account, String password, UserEnum userEnum); |
| | | |
| | | |
| | | /** |
| | | * 用户信息 |
| | |
| | | UserInfoDetail getUserInfoDetail(String id); |
| | | |
| | | boolean batchAudit(String ids, String auditStatus); |
| | | |
| | | void importSecurityPaperTime(List<UserCertificateExcel> data, Boolean isCovered, String deptId); |
| | | |
| | | } |