KKSU
2024-01-19 08aa2024f664d2c7e7eb60a25922a07d60aca2f2
src/main/java/cc/mrbird/febs/mall/service/IMallNewsInfoService.java
@@ -9,6 +9,8 @@
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
public interface IMallNewsInfoService extends IService<MallNewsInfo> {
    IPage<AdminMallNewsInfoVo> getNewInfoList(MallNewsInfo mallNewsInfo, QueryRequest request);
@@ -26,4 +28,8 @@
    void addOrModifyNewsCategory(MallNewsCategory mallNewsCategory);
    MallNewsCategory findNewsCategoryById(Long id);
    List<MallNewsCategory> findAllCategory();
    FebsResponse addVideoInfo(MallNewsInfoDto mallNewsInfoDto);
}