1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| package com.fzzy.sys.manager.security;
|
| import lombok.extern.slf4j.Slf4j;
| import org.springframework.stereotype.Component;
|
| /**
| * @Description
| * @Author CZT
| * @Date 2025/12/9 9:19
| */
| @Slf4j
| @Component
| public class SecurityManager {
|
|
|
|
| }
|
|