package com.fzzy.sys.controller.security; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; /** * @Description 安防controller层 * @Author CZT * @Date 2025/12/9 9:12 */ @Slf4j @Controller @RequestMapping("/security") public class SecurityController { private static final String prefix = "security"; }