From 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 18 五月 2024 22:35:05 +0800
Subject: [PATCH] 全面注释整理

---
 smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/granter/EmployeeTokenGranter.java |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/granter/EmployeeTokenGranter.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/granter/EmployeeTokenGranter.java
index 9ef2884..eb7f72f 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/granter/EmployeeTokenGranter.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/granter/EmployeeTokenGranter.java
@@ -1,10 +1,8 @@
 package com.qianwen.smartman.modules.auth.granter;
 
-import com.baomidou.mybatisplus.core.conditions.Wrapper;
-import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
+import org.springframework.stereotype.Component;
+
 import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
-import io.jsonwebtoken.Claims;
-import java.lang.invoke.SerializedLambda;
 import com.qianwen.core.secure.utils.AuthUtil;
 import com.qianwen.core.tool.support.Kv;
 import com.qianwen.core.tool.utils.Func;
@@ -19,10 +17,10 @@
 import com.qianwen.smartman.modules.system.service.IRoleService;
 import com.qianwen.smartman.modules.system.service.IUserOauthService;
 import com.qianwen.smartman.modules.system.service.IUserService;
-import org.springframework.stereotype.Component;
+
+import io.jsonwebtoken.Claims;
 
 @Component
-/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/granter/EmployeeTokenGranter.class */
 public class EmployeeTokenGranter implements ITokenGranter {
     public static final String GRANT_TYPE = "employee";
     private final IEmployeeService employeeService;

--
Gitblit v1.9.3