feige
2024-12-08 630f681bc0077d5e933d00fb252f01cc4f5128b8
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);
}