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/taobao/TLJFreeBuyGoodsService.java |  144 ++++++++++++++++++++++++------------------------
 1 files changed, 72 insertions(+), 72 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TLJFreeBuyGoodsService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TLJFreeBuyGoodsService.java
index d8a047a..b4e0c37 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TLJFreeBuyGoodsService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TLJFreeBuyGoodsService.java
@@ -1,72 +1,72 @@
-package com.yeshi.fanli.service.inter.taobao;
-
-import java.util.List;
-
-import com.yeshi.fanli.entity.taobao.TLJFreeBuyGoods;
-import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief;
-
-/**
- * 绾㈠寘鍏嶅崟鍟嗗搧
- * 
- * @author Administrator
- *
- */
-public interface TLJFreeBuyGoodsService {
-
-	/**
-	 * 娣诲姞鑷喘绔嬪噺鍟嗗搧
-	 * 
-	 * @param goods
-	 */
-	public void addGoods(TLJFreeBuyGoods goods);
-
-	/**
-	 * 鏍规嵁鏃ユ湡鏌ユ壘
-	 * 
-	 * @param day
-	 * @return
-	 */
-	public List<TLJFreeBuyGoods> listByDay(String day);
-
-	/**
-	 * 鏍规嵁appkey涓庢棩鏈熸煡鎵�
-	 * 
-	 * @param appKey
-	 * @param day
-	 * @param count
-	 * @return
-	 */
-	public List<TLJFreeBuyGoods> listByDay(String day, int count);
-
-	/**
-	 * 鏍规嵁涓婚敭鍒犻櫎
-	 * 
-	 * @param id
-	 */
-	public void deleteById(String id);
-
-
-	/**
-	 * 鏍规嵁鍟嗗搧id鍒犻櫎
-	 * 
-	 * @param goodsId
-	 */
-	public void deleteByGoodsId(Long goodsId);
-	
-	/**
-	 * 鏍规嵁鍟嗗搧ID鍜屾棩鏈熸煡璇�
-	 * 
-	 * @param auctionId
-	 * @param day
-	 * @return
-	 */
-	public TLJFreeBuyGoods selectByAuctionIdAndDay(Long auctionId, String day);
-
-	/**
-	 * 棰勯�夊晢鍝�
-	 * @param page
-	 * @return
-	 */
-	public List<TaoBaoGoodsBrief> listPreGoods(String key, int page);
-
-}
+package com.yeshi.fanli.service.inter.taobao;
+
+import java.util.List;
+
+import com.yeshi.fanli.entity.taobao.TLJFreeBuyGoods;
+import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief;
+
+/**
+ * 绾㈠寘鍏嶅崟鍟嗗搧
+ * 
+ * @author Administrator
+ *
+ */
+public interface TLJFreeBuyGoodsService {
+
+	/**
+	 * 娣诲姞鑷喘绔嬪噺鍟嗗搧
+	 * 
+	 * @param goods
+	 */
+	public void addGoods(TLJFreeBuyGoods goods);
+
+	/**
+	 * 鏍规嵁鏃ユ湡鏌ユ壘
+	 * 
+	 * @param day
+	 * @return
+	 */
+	public List<TLJFreeBuyGoods> listByDay(String day);
+
+	/**
+	 * 鏍规嵁appkey涓庢棩鏈熸煡鎵�
+	 * 
+	 * @param appKey
+	 * @param day
+	 * @param count
+	 * @return
+	 */
+	public List<TLJFreeBuyGoods> listByDay(String day, int count);
+
+	/**
+	 * 鏍规嵁涓婚敭鍒犻櫎
+	 * 
+	 * @param id
+	 */
+	public void deleteById(String id);
+
+
+	/**
+	 * 鏍规嵁鍟嗗搧id鍒犻櫎
+	 * 
+	 * @param goodsId
+	 */
+	public void deleteByGoodsId(String goodsId);
+	
+	/**
+	 * 鏍规嵁鍟嗗搧ID鍜屾棩鏈熸煡璇�
+	 * 
+	 * @param auctionId
+	 * @param day
+	 * @return
+	 */
+	public TLJFreeBuyGoods selectByAuctionIdAndDay(String auctionId, String day);
+
+	/**
+	 * 棰勯�夊晢鍝�
+	 * @param page
+	 * @return
+	 */
+	public List<TaoBaoGoodsBrief> listPreGoods(String key, int page);
+
+}

--
Gitblit v1.8.0