Administrator
2025-09-02 f8f1d6a91b32077c69dd97334559fe3165ff79b6
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;