| | |
| | | import org.springblade.modules.desk.service.INoticeService; |
| | | import org.springblade.modules.desk.vo.NoticeVO; |
| | | import org.springblade.modules.desk.wrapper.NoticeWrapper; |
| | | import org.springblade.modules.system.entity.Dept; |
| | | import org.springblade.modules.system.entity.User; |
| | | import org.springblade.modules.system.service.IDeptService; |
| | | import org.springblade.modules.system.service.IUserService; |
| | | import org.springframework.web.bind.annotation.*; |
| | | import springfox.documentation.annotations.ApiIgnore; |
| | | |
| | |
| | | |
| | | private final INoticeService noticeService; |
| | | |
| | | private final IUserService userService; |
| | | |
| | | /** |
| | | * 详情 |
| | | */ |