From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserConvertLinkTemplateService.java | 116 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 58 insertions(+), 58 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserConvertLinkTemplateService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserConvertLinkTemplateService.java index 9d3f740..2131408 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserConvertLinkTemplateService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserConvertLinkTemplateService.java @@ -1,58 +1,58 @@ -package com.yeshi.fanli.service.inter.user; - -import java.util.List; - -import com.yeshi.fanli.entity.bus.user.UserConvertLinkTemplate; - -/** - * 鐢ㄦ埛鏂囨杞摼妯℃澘鏈嶅姟 - * @author Administrator - * - */ -public interface UserConvertLinkTemplateService { - - /** - * - * @Title: listByUid - * @Description: 鏍规嵁鐢ㄦ埛ID妫�绱� - * @param uid - * @return - * List<UserConvertLinkTemplate> 杩斿洖绫诲瀷 - * @throws - */ - public List<UserConvertLinkTemplate> listByUid(Long uid); - - /** - * - * @Title: updateTemplate - * @Description: 鏇存柊妯℃澘 - * @param template - * void 杩斿洖绫诲瀷 - * @throws - */ - public void updateTemplate(UserConvertLinkTemplate template) throws Exception; - - /** - * - * @Title: deleteConvertLinkTemplate - * @Description: 鍒犻櫎妯℃澘 - * @param id - * @param uid - * @throws Exception - * void 杩斿洖绫诲瀷 - * @throws - */ - public void deleteConvertLinkTemplate(String id, Long uid) throws Exception; - - /** - * - * @Title: addConvertLinkTemplate - * @Description: 娣诲姞妯℃澘 - * @param template - * @throws Exception - * void 杩斿洖绫诲瀷 - * @throws - */ - public void addConvertLinkTemplate(UserConvertLinkTemplate template) throws Exception; - -} +package com.yeshi.fanli.service.inter.user; + +import java.util.List; + +import com.yeshi.fanli.entity.bus.user.UserConvertLinkTemplate; + +/** + * 鐢ㄦ埛鏂囨杞摼妯℃澘鏈嶅姟 + * @author Administrator + * + */ +public interface UserConvertLinkTemplateService { + + /** + * + * @Title: listByUid + * @Description: 鏍规嵁鐢ㄦ埛ID妫�绱� + * @param uid + * @return + * List<UserConvertLinkTemplate> 杩斿洖绫诲瀷 + * @throws + */ + public List<UserConvertLinkTemplate> listByUid(Long uid); + + /** + * + * @Title: updateTemplate + * @Description: 鏇存柊妯℃澘 + * @param template + * void 杩斿洖绫诲瀷 + * @throws + */ + public void updateTemplate(UserConvertLinkTemplate template) throws Exception; + + /** + * + * @Title: deleteConvertLinkTemplate + * @Description: 鍒犻櫎妯℃澘 + * @param id + * @param uid + * @throws Exception + * void 杩斿洖绫诲瀷 + * @throws + */ + public void deleteConvertLinkTemplate(String id, Long uid) throws Exception; + + /** + * + * @Title: addConvertLinkTemplate + * @Description: 娣诲姞妯℃澘 + * @param template + * @throws Exception + * void 杩斿洖绫诲瀷 + * @throws + */ + public void addConvertLinkTemplate(UserConvertLinkTemplate template) throws Exception; + +} -- Gitblit v1.8.0