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 |  102 +++++++++++++++++++++++++++-----------------------
 1 files changed, 55 insertions(+), 47 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 b27d578..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,47 +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);
-
-
-}
+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