From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 26 四月 2024 18:02:17 +0800
Subject: [PATCH] 唯品会链接解析升级

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsImgService.java |  118 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsImgService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsImgService.java
index b1652ff..8a2620f 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsImgService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsImgService.java
@@ -1,59 +1,59 @@
-package com.yeshi.fanli.service.inter.shop;
-
-import java.util.List;
-
-import com.yeshi.fanli.entity.shop.BanLiShopGoodsImg;
-
-/**
- * 鏉挎牀鍟嗗煄鍥剧墖鏈嶅姟
- * 
- * @author Administrator
- *
- */
-public interface BanLiShopGoodsImgService {
-
-	/**
-	 * 娣诲姞鍥剧墖
-	 * 
-	 * @param pictureUrl
-	 */
-	public void addImg(String pictureUrl, Long goodsId);
-
-	/**
-	 * 鏍规嵁鍟嗗搧ID鏌ヨ鍥剧墖
-	 * 
-	 * @param goodsId
-	 * @return
-	 */
-	public List<BanLiShopGoodsImg> listByGoodsId(Long goodsId);
-
-	/**
-	 * 鏍规嵁涓婚敭妫�绱�
-	 * 
-	 * @param id
-	 * @return
-	 */
-	public BanLiShopGoodsImg selectByPrimaryKey(Long id);
-
-	/**
-	 * 鎸変富閿洿鏂�
-	 * 
-	 * @param goods
-	 */
-	public void updateSelectiveByPrimaryKey(BanLiShopGoodsImg img);
-
-	/**
-	 * 鎵归噺鍒犻櫎
-	 * 
-	 * @param idsList
-	 */
-	public void delete(List<Long> idsList);
-
-	/**
-	 * 鎸変富閿垹闄�
-	 * 
-	 * @param id
-	 */
-	public void deleteByPrimaryKey(Long id);
-
-}
+package com.yeshi.fanli.service.inter.shop;
+
+import java.util.List;
+
+import com.yeshi.fanli.entity.shop.BanLiShopGoodsImg;
+
+/**
+ * 鏉挎牀鍟嗗煄鍥剧墖鏈嶅姟
+ * 
+ * @author Administrator
+ *
+ */
+public interface BanLiShopGoodsImgService {
+
+	/**
+	 * 娣诲姞鍥剧墖
+	 * 
+	 * @param pictureUrl
+	 */
+	public void addImg(String pictureUrl, Long goodsId);
+
+	/**
+	 * 鏍规嵁鍟嗗搧ID鏌ヨ鍥剧墖
+	 * 
+	 * @param goodsId
+	 * @return
+	 */
+	public List<BanLiShopGoodsImg> listByGoodsId(Long goodsId);
+
+	/**
+	 * 鏍规嵁涓婚敭妫�绱�
+	 * 
+	 * @param id
+	 * @return
+	 */
+	public BanLiShopGoodsImg selectByPrimaryKey(Long id);
+
+	/**
+	 * 鎸変富閿洿鏂�
+	 * 
+	 * @param goods
+	 */
+	public void updateSelectiveByPrimaryKey(BanLiShopGoodsImg img);
+
+	/**
+	 * 鎵归噺鍒犻櫎
+	 * 
+	 * @param idsList
+	 */
+	public void delete(List<Long> idsList);
+
+	/**
+	 * 鎸変富閿垹闄�
+	 * 
+	 * @param id
+	 */
+	public void deleteByPrimaryKey(Long id);
+
+}

--
Gitblit v1.8.0