admin
2024-10-30 010ef2a907e66efd4702443c06cdd18f8a7ffa5b
src/main/java/com/yeshi/buwan/service/inter/live/TVLiveChannelService.java
@@ -17,6 +17,8 @@
    public TVLiveChannel save(@Valid TVLiveChannel channel) throws ParamsException;
    public TVLiveChannel addChannel(@Valid TVLiveChannel channel) throws ParamsException,Exception;
    public void delete(String id);
    public void update(TVLiveChannel channel);
@@ -25,5 +27,9 @@
    public long count(String name, Integer state);
    public TVLiveChannel selectByPrimaryKey(String id);
    public void savePrograms(String id, List<TVLiveChannel.TVLiveProgram> tvLivePrograms);
}