From 796b44ea813a1133beae4f3a67f1c0263510c0c7 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 17 十一月 2024 09:45:07 +0800 Subject: [PATCH] 1 --- src/main/java/com/moon/server/service/all/SysService.java | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/moon/server/service/all/SysService.java b/src/main/java/com/moon/server/service/all/SysService.java index 374fc2d..f4e7003 100644 --- a/src/main/java/com/moon/server/service/all/SysService.java +++ b/src/main/java/com/moon/server/service/all/SysService.java @@ -5,11 +5,8 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; -/** - * 绯荤粺鏈嶅姟绫� - * @author WWW - */ @Service +@SuppressWarnings("ALL") public class SysService { @Autowired public TokenService tokenService; -- Gitblit v1.9.3