| | |
| | | import org.springblade.modules.system.excel.SecurityExcel; |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | | import org.springblade.modules.system.entity.User; |
| | | import org.springblade.modules.system.vo.UserDTO; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | | import org.springframework.boot.autoconfigure.quartz.QuartzDataSource; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | Integer getSecurityPaperCount(@Param("pre") String pre); |
| | | |
| | | /** |
| | | * 查询保安员信息 |
| | | * @param user |
| | | * @return |
| | | */ |
| | | UserDTO getSecurityInfoByIdCardNo(@Param("user")User user); |
| | | |
| | | /** |
| | | * 通过 身份证号查询用户信息 |
| | | * @param idCardNo 身份证号 |
| | | * @return |
| | | */ |
| | | User getUserInfoByIdCardNo(String idCardNo); |
| | | |
| | | UserVO getUserAgeById(@Param("userId") long id); |
| | | } |