admin
2021-09-24 f788607ff771a47bc60d6a86e00b3433c40f3d2c
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);
}