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;