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/dao/mybatis/clazz/GoodsSubClassLabelMapper.java |   74 ++++++++++++++++++------------------
 1 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapper.java
index 758619e..f48989f 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapper.java
@@ -1,38 +1,38 @@
-package com.yeshi.fanli.dao.mybatis.clazz;
-
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.dao.BaseMapper;
-import com.yeshi.fanli.entity.bus.clazz.GoodsSubClassLabel;
-import com.yeshi.fanli.vo.goods.GoodsSubClassLabelVO;
-
-public interface GoodsSubClassLabelMapper extends BaseMapper<GoodsSubClassLabel> {
-
-	/**
-	 * 鏍规嵁鍚嶇О涓庝富鍒嗙被ID鑾峰彇浜岀骇鍒嗙被鏍囩
-	 * 
-	 * @param name
-	 * @param classId
-	 * @return
-	 */
-	GoodsSubClassLabel selectByClassIdAndName(@Param("name")String name,@Param("classId") Long classId);
-	
-	/**
-	 * 鏍规嵁鍒嗙被ID妫�绱�
-	 * @param classId
-	 * @return
-	 */
-	List<GoodsSubClassLabel> listByClassId(@Param("classId") Long classId);
-	
-	
-	/**
-	 * 鏌ヨ浜岀骇鍒嗙被銆佹爣绛�
-	 * @param classId
-	 * @return
-	 */
-	List<GoodsSubClassLabelVO> listSubMapByClassId(@Param("classId") Long classId,@Param("month")Integer month);
-	
-
+package com.yeshi.fanli.dao.mybatis.clazz;
+
+import java.util.List;
+
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.dao.BaseMapper;
+import com.yeshi.fanli.entity.bus.clazz.GoodsSubClassLabel;
+import com.yeshi.fanli.vo.goods.GoodsSubClassLabelVO;
+
+public interface GoodsSubClassLabelMapper extends BaseMapper<GoodsSubClassLabel> {
+
+	/**
+	 * 鏍规嵁鍚嶇О涓庝富鍒嗙被ID鑾峰彇浜岀骇鍒嗙被鏍囩
+	 * 
+	 * @param name
+	 * @param classId
+	 * @return
+	 */
+	GoodsSubClassLabel selectByClassIdAndName(@Param("name")String name,@Param("classId") Long classId);
+	
+	/**
+	 * 鏍规嵁鍒嗙被ID妫�绱�
+	 * @param classId
+	 * @return
+	 */
+	List<GoodsSubClassLabel> listByClassId(@Param("classId") Long classId);
+	
+	
+	/**
+	 * 鏌ヨ浜岀骇鍒嗙被銆佹爣绛�
+	 * @param classId
+	 * @return
+	 */
+	List<GoodsSubClassLabelVO> listSubMapByClassId(@Param("classId") Long classId,@Param("month")Integer month);
+	
+
 }
\ No newline at end of file

--
Gitblit v1.8.0