admin
2022-04-25 bfb5dfa709ec55ab0cc57981b7d1504088d1bfac
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);
}