| 文件名从 fzzy-igdss-web/src/main/java/com/fzzy/sys/controller/eventInfo/EventInfoController.java 修改 |
| | |
| | | package com.fzzy.sys.controller.eventInfo; |
| | | package com.fzzy.sys.controller.security.eventInfo; |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.fzzy.igds.constant.RespCodeEnum; |
| | | import com.fzzy.igds.data.IgdsBaseParam; |
| | | import com.fzzy.igds.data.PageResponse; |
| | | import com.fzzy.igds.domain.EventInfo; |
| | | import com.fzzy.sys.manager.eventInfo.EventInfoManager; |
| | | import com.fzzy.sys.manager.security.eventInfo.EventInfoManager; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Controller; |
| | | import org.springframework.ui.Model; |
| | |
| | | |
| | | @Slf4j |
| | | @Controller |
| | | @RequestMapping("/eventInfo") |
| | | @RequestMapping("/security/eventInfo") |
| | | public class EventInfoController { |
| | | |
| | | private static final String prefix = "eventInfo"; |
| | | private static final String prefix = "security/eventInfo"; |
| | | |
| | | @Resource |
| | | private EventInfoManager eventInfoManager; |