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/shop/BanLiShopGoodsClassService.java |   96 ++++++++++++++++++++++++------------------------
 1 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsClassService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsClassService.java
index f9c726a..3f0d93e 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsClassService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsClassService.java
@@ -1,48 +1,48 @@
-package com.yeshi.fanli.service.inter.shop;
-
-import java.util.List;
-
-import com.yeshi.fanli.entity.shop.BanLiShopGoodsClass;
-import com.yeshi.fanli.exception.shop.BanLiShopGoodsClassException;
-
-/**
- * 鏉挎牀鍟嗗煄鍟嗗搧鍒嗙被鏈嶅姟
- * 
- * @author Administrator
- *
- */
-public interface BanLiShopGoodsClassService {
-
-	public BanLiShopGoodsClass selectByPrimaryKey(Long id);
-
-	/**
-	 * 鏌ヨ鎵�鏈夊垎绫�
-	 * @return
-	 */
-	public List<BanLiShopGoodsClass> listAllGoodsClass();
-
-	/**
-	 * 鏌ヨ鍒楄〃
-	 * @param page
-	 * @param pageSize
-	 * @param key
-	 * @return
-	 */
-	public List<BanLiShopGoodsClass> listGoodsClass(int page, int pageSize, String key);
-
-	public long countGoodsClass(String key);
-
-	/**
-	 * 澧炲姞
-	 * @param record
-	 * @throws BanLiShopGoodsClassException
-	 */
-	public void save(BanLiShopGoodsClass record) throws BanLiShopGoodsClassException;
-
-	/**
-	 * 涓婚敭
-	 * @param idsList
-	 */
-	public void delete(List<Long> idsList);
-
-}
+package com.yeshi.fanli.service.inter.shop;
+
+import java.util.List;
+
+import com.yeshi.fanli.entity.shop.BanLiShopGoodsClass;
+import com.yeshi.fanli.exception.shop.BanLiShopGoodsClassException;
+
+/**
+ * 鏉挎牀鍟嗗煄鍟嗗搧鍒嗙被鏈嶅姟
+ * 
+ * @author Administrator
+ *
+ */
+public interface BanLiShopGoodsClassService {
+
+	public BanLiShopGoodsClass selectByPrimaryKey(Long id);
+
+	/**
+	 * 鏌ヨ鎵�鏈夊垎绫�
+	 * @return
+	 */
+	public List<BanLiShopGoodsClass> listAllGoodsClass();
+
+	/**
+	 * 鏌ヨ鍒楄〃
+	 * @param page
+	 * @param pageSize
+	 * @param key
+	 * @return
+	 */
+	public List<BanLiShopGoodsClass> listGoodsClass(int page, int pageSize, String key);
+
+	public long countGoodsClass(String key);
+
+	/**
+	 * 澧炲姞
+	 * @param record
+	 * @throws BanLiShopGoodsClassException
+	 */
+	public void save(BanLiShopGoodsClass record) throws BanLiShopGoodsClassException;
+
+	/**
+	 * 涓婚敭
+	 * @param idsList
+	 */
+	public void delete(List<Long> idsList);
+
+}

--
Gitblit v1.8.0