Administrator
2025-05-23 ea8e4abfb8c81cdae4d2a8743d81b615000f352d
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);
}