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/BrandGoodsCaheService.java |   91 +++++++++++++++++++++++----------------------
 1 files changed, 46 insertions(+), 45 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandGoodsCaheService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandGoodsCaheService.java
index 2dcef35..badf77a 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandGoodsCaheService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandGoodsCaheService.java
@@ -1,45 +1,46 @@
-package com.yeshi.fanli.service.inter.brand;
-
-import java.util.Date;
-import java.util.List;
-
-import com.yeshi.fanli.entity.brand.BrandGoodsCahe;
-import com.yeshi.fanli.entity.brand.BrandInfo;
-
-/**
- * 鍝佺墝鍟嗗搧
- * 
- * @author Administrator
- *
- */
-public interface BrandGoodsCaheService {
-
-	public BrandInfo addBrandGoods(BrandInfo brandInfo);
-
-	/**
-	 * 鏌ヨ鍝佺墝鍟嗗搧
-	 * @param start
-	 * @param count
-	 * @param brandId
-	 * @return
-	 */
-	public List<BrandGoodsCahe> getByBrandId(int start, int count, Long brandId);
-
-	
-	public void removeByBrandId(Long brandId);
-	
-	
-	/**
-	 * 缁熻鍝佺墝鍟嗗搧鏁伴噺
-	 * @param brandId
-	 * @return
-	 */
-	public long countByBrandId(Long brandId);
-
-	/**
-	 * 鍒犻櫎涔嬪墠鐨�
-	 * @param createTime
-	 */
-	public void removeAgoByDate(Date createTime);
-
-}
+package com.yeshi.fanli.service.inter.brand;
+
+import java.util.Date;
+import java.util.List;
+
+import com.yeshi.fanli.entity.SystemEnum;
+import com.yeshi.fanli.entity.brand.BrandGoodsCahe;
+import com.yeshi.fanli.entity.brand.BrandInfo;
+
+/**
+ * 鍝佺墝鍟嗗搧
+ * 
+ * @author Administrator
+ *
+ */
+public interface BrandGoodsCaheService {
+
+	public BrandInfo addBrandGoods(BrandInfo brandInfo, SystemEnum system);
+
+	/**
+	 * 鏌ヨ鍝佺墝鍟嗗搧
+	 * @param start
+	 * @param count
+	 * @param brandId
+	 * @return
+	 */
+	public List<BrandGoodsCahe> getByBrandId(int start, int count, Long brandId);
+
+	
+	public void removeByBrandId(Long brandId);
+	
+	
+	/**
+	 * 缁熻鍝佺墝鍟嗗搧鏁伴噺
+	 * @param brandId
+	 * @return
+	 */
+	public long countByBrandId(Long brandId);
+
+	/**
+	 * 鍒犻櫎涔嬪墠鐨�
+	 * @param createTime
+	 */
+	public void removeAgoByDate(Date createTime);
+
+}

--
Gitblit v1.8.0