czt
8 天以前 3b3a2815feec0d2f436749ef450bb1a6eb4f12ca
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 {
 
 
 
 
}