| | |
| | | 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.UserVO; |
| | | |
| | |
| | | * @param user |
| | | * @return |
| | | */ |
| | | List<SecurityExcel> exportSecurityInfo(UserVO user); |
| | | List<ExportSecurityExcel> exportSecurityInfo(UserVO user); |
| | | |
| | | /** |
| | | * 导入保安员test |
| | |
| | | * @return |
| | | */ |
| | | User getUserById(String id); |
| | | |
| | | /** |
| | | * 手动新增用户信息 |
| | | * @param user |
| | | * @return |
| | | */ |
| | | boolean insert(User user); |
| | | } |