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/brand/BrandShopCaheService.java |  116 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 58 insertions(+), 58 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandShopCaheService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandShopCaheService.java
index 2339685..3224c3b 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandShopCaheService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandShopCaheService.java
@@ -1,58 +1,58 @@
-package com.yeshi.fanli.service.inter.brand;
-
-import java.util.Date;
-import java.util.List;
-
-import com.yeshi.fanli.dto.jd.JDShopInfo;
-import com.yeshi.fanli.entity.brand.BrandInfo;
-import com.yeshi.fanli.entity.brand.BrandShopCahe;
-
-/**
- * 鍝佺墝搴楅摵
- * 
- * @author Administrator
- *
- */
-public interface BrandShopCaheService {
-
-
-	/**O
-	 * 鑾峰彇鍝佺墝搴楅摵
-	 * @param brandId
-	 * @return
-	 */
-	public List<BrandShopCahe> getByBrandId(Long brandId);
-
-	/**
-	 * 娣诲姞娣樺疂搴楅摵淇℃伅
-	 * @param brandId
-	 * @param auctionId
-	 * @param sellerId
-	 */
-	public boolean addBrandShopTB(Long brandId, Long auctionId, Long sellerId);
-
-	/**
-	 * 娣诲姞浜笢搴楅摵淇℃伅
-	 * @param brandId
-	 * @param shopInfo
-	 */
-	public void addBrandShopJD(BrandInfo brandInfo, JDShopInfo shopInfo);
-
-	/**
-	 * 娣诲姞鎷煎澶氬簵閾�
-	 * @param brandInfo
-	 */
-	public void addBrandShopPDD(BrandInfo brandInfo);
-
-	/**
-	 * 鍒犻櫎涔嬪墠鐨�
-	 * @param createTime
-	 */
-	public void removeAgoByDate(Date createTime);
-	
-	
-	public void removeByBrandId(Long brandId);
-
-	public void removeByDateAndType(Long brandId, int type, Date date);
-
-}
+package com.yeshi.fanli.service.inter.brand;
+
+import java.util.Date;
+import java.util.List;
+
+import com.yeshi.fanli.dto.jd.JDShopInfo;
+import com.yeshi.fanli.entity.brand.BrandInfo;
+import com.yeshi.fanli.entity.brand.BrandShopCahe;
+
+/**
+ * 鍝佺墝搴楅摵
+ * 
+ * @author Administrator
+ *
+ */
+public interface BrandShopCaheService {
+
+
+	/**O
+	 * 鑾峰彇鍝佺墝搴楅摵
+	 * @param brandId
+	 * @return
+	 */
+	public List<BrandShopCahe> getByBrandId(Long brandId);
+
+	/**
+	 * 娣诲姞娣樺疂搴楅摵淇℃伅
+	 * @param brandId
+	 * @param auctionId
+	 * @param sellerId
+	 */
+	public boolean addBrandShopTB(BrandInfo brandInfo, String auctionId, Long sellerId);
+
+	/**
+	 * 娣诲姞浜笢搴楅摵淇℃伅
+	 * @param brandId
+	 * @param shopInfo
+	 */
+	public void addBrandShopJD(BrandInfo brandInfo, JDShopInfo shopInfo);
+
+	/**
+	 * 娣诲姞鎷煎澶氬簵閾�
+	 * @param brandInfo
+	 */
+	public int addBrandShopPDD(BrandInfo brandInfo);
+
+	/**
+	 * 鍒犻櫎涔嬪墠鐨�
+	 * @param createTime
+	 */
+	public void removeAgoByDate(Date createTime);
+	
+	
+	public void removeByBrandId(Long brandId);
+
+	public void removeByDateAndType(Long brandId, int type, Date date);
+
+}

--
Gitblit v1.8.0