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 { }