zqy
2024-08-08 0a1b8e8f74d5b7dae3cea7e25771a7b817d54ac2
zhang-content/src/main/java/com/ruoyi/service/LiveStreamingService.java
@@ -5,6 +5,7 @@
import com.ruoyi.domain.LiveStreaming;
import org.springframework.stereotype.Service;
import java.text.ParseException;
import java.util.List;
public interface LiveStreamingService extends IService<LiveStreaming> {
@@ -12,5 +13,5 @@
    List<LiveStreaming> selectByIds(Long[] ids);
    AjaxResult addData(LiveStreaming liveStreaming);
    AjaxResult addData(LiveStreaming liveStreaming) throws ParseException;
}