src/main/java/com/gk/hotwork/Service/UserService.java @@ -32,6 +32,8 @@ UserVo selectUserVoByName(String examtype, String username); UserVo selectUserVoById(Long userId); void deleteById(Long id); void recoverOneById(Long id);