feige
2024-11-05 72f21494ba48e573e68007eab2296f8c25ecc4b7
zhang-content/src/main/java/com/ruoyi/service/LiveStreamingService.java
@@ -14,4 +14,6 @@
    List<LiveStreaming> selectByIds(Long[] ids);
    AjaxResult addData(LiveStreaming liveStreaming) throws ParseException;
    public AjaxResult deleteData(Long[] ids);
}