zqy
2025-01-14 9d31915e99fcd5e5fc3b9453eb570fc2358e0179
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);
}