From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialLabelService.java | 110 +++++++++++++++++++++++++++--------------------------- 1 files changed, 55 insertions(+), 55 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialLabelService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialLabelService.java index f7edafe..61a333a 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialLabelService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialLabelService.java @@ -1,55 +1,55 @@ -package com.yeshi.fanli.service.inter.homemodule; - -import java.util.List; - -import com.yeshi.fanli.entity.bus.homemodule.SpecialLabel; -import com.yeshi.fanli.exception.homemodule.SpecialLabelException; - -public interface SpecialLabelService { - - public void save(SpecialLabel record) throws SpecialLabelException; - - /** - * 鎵归噺鍒犻櫎 - * @param list 涓婚敭id - * @return - */ - public int deleteByPrimaryKeyBatch(List<Long> list); - - /** - * 鏌ヨ鍒楄〃- 鍚庡彴 - * @param start - * @param count - * @param key - * @param state - * @return - */ - public List<SpecialLabel> listQuery(long start, int count, String key, Integer state); - - public long countQuery(String key, Integer state); - - - /** - * 鏌ヨ涓撻鐩稿簲鏈夋晥鐨勬爣绛� - * @param specialId - * @return - */ - public List<SpecialLabel> getLabelsBySpecialId(Long specialId); - - /** - * 涓撻璐翠笂鏍囩 - * @param idList - * @param labIdList - */ - public void stickLabelOnSpecial(List<Long> idList, List<Long> labIdList); - - - /** - * 鐘舵�佸垏鎹� - * @param id - * @throws SpecialLabelException - */ - public void switchState(Long id) throws SpecialLabelException; - - -} +package com.yeshi.fanli.service.inter.homemodule; + +import java.util.List; + +import com.yeshi.fanli.entity.bus.homemodule.SpecialLabel; +import com.yeshi.fanli.exception.homemodule.SpecialLabelException; + +public interface SpecialLabelService { + + public void save(SpecialLabel record) throws SpecialLabelException; + + /** + * 鎵归噺鍒犻櫎 + * @param list 涓婚敭id + * @return + */ + public int deleteByPrimaryKeyBatch(List<Long> list); + + /** + * 鏌ヨ鍒楄〃- 鍚庡彴 + * @param start + * @param count + * @param key + * @param state + * @return + */ + public List<SpecialLabel> listQuery(long start, int count, String key, Integer state); + + public long countQuery(String key, Integer state); + + + /** + * 鏌ヨ涓撻鐩稿簲鏈夋晥鐨勬爣绛� + * @param specialId + * @return + */ + public List<SpecialLabel> getLabelsBySpecialId(Long specialId); + + /** + * 涓撻璐翠笂鏍囩 + * @param idList + * @param labIdList + */ + public void stickLabelOnSpecial(List<Long> idList, List<Long> labIdList); + + + /** + * 鐘舵�佸垏鎹� + * @param id + * @throws SpecialLabelException + */ + public void switchState(Long id) throws SpecialLabelException; + + +} -- Gitblit v1.8.0