Administrator
2025-05-08 1b4c8b8918825fea8e15b9b9368a2274b7e5a2df
src/main/java/cc/mrbird/febs/mall/service/IMallNewsInfoService.java
@@ -30,4 +30,6 @@
    MallNewsCategory findNewsCategoryById(Long id);
    List<MallNewsCategory> findAllCategory();
    FebsResponse addVideoInfo(MallNewsInfoDto mallNewsInfoDto);
}