From f06a592dd1a7e995bf313ccb5efe7dff73ccfc4e Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 12 四月 2023 18:25:52 +0800
Subject: [PATCH] 增加本地获取IP归属地/广告优化

---
 src/main/java/com/yeshi/buwan/service/inter/live/TVLiveChannelService.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/yeshi/buwan/service/inter/live/TVLiveChannelService.java b/src/main/java/com/yeshi/buwan/service/inter/live/TVLiveChannelService.java
index c243034..08c2678 100644
--- a/src/main/java/com/yeshi/buwan/service/inter/live/TVLiveChannelService.java
+++ b/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);
+
 
 }

--
Gitblit v1.8.0