Administrator
2025-05-20 dcea31b901dabe5259c61a40a246dbf342367c52
src/main/java/cc/mrbird/febs/mall/controller/banner/ApiMallNewsController.java
@@ -23,7 +23,7 @@
@RestController
@RequestMapping(value = "/api/news")
@RequiredArgsConstructor
@Api(value = "ApiMallNewsController", tags = "新闻接口类")
@Api(value = "ApiMallNewsController", tags = "365轮播广告接口类")
public class ApiMallNewsController {
    private final IApiMallNewsService newsService;