From dc573610f303115be3e826345fafc0981012546f Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 26 六月 2021 18:07:56 +0800
Subject: [PATCH] 大淘客线报单
---
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapMapper.java | 72 ++++++++++++++++++------------------
1 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapMapper.java
index 0db2020..39a77e0 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapMapper.java
@@ -1,37 +1,37 @@
-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.GoodsSubClassLabelMap;
-
-public interface GoodsSubClassLabelMapMapper extends BaseMapper<GoodsSubClassLabelMap> {
-
- /**
- * 鏍规嵁浜岀骇鍒嗙被涓庢爣绛綢D妫�绱�
- *
- * @param labelId
- * @param subClassId
- * @return
- */
- GoodsSubClassLabelMap selectByLabelIdAndSubClassId(@Param("labelId") Long labelId,
- @Param("subClassId") Long subClassId);
-
- /**
- * 鏍规嵁鏍囩ID妫�绱�
- *
- * @param labelId
- * @return
- */
- List<GoodsSubClassLabelMap> listMapByLabelId(@Param("labelId") Long labelId);
-
- /**
- * 鏍规嵁瀛愬垎绫绘煡璇�
- * @param subClassId
- * @return
- */
- GoodsSubClassLabelMap selectBySubClassId(Long subClassId);
-
+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.GoodsSubClassLabelMap;
+
+public interface GoodsSubClassLabelMapMapper extends BaseMapper<GoodsSubClassLabelMap> {
+
+ /**
+ * 鏍规嵁浜岀骇鍒嗙被涓庢爣绛綢D妫�绱�
+ *
+ * @param labelId
+ * @param subClassId
+ * @return
+ */
+ GoodsSubClassLabelMap selectByLabelIdAndSubClassId(@Param("labelId") Long labelId,
+ @Param("subClassId") Long subClassId);
+
+ /**
+ * 鏍规嵁鏍囩ID妫�绱�
+ *
+ * @param labelId
+ * @return
+ */
+ List<GoodsSubClassLabelMap> listMapByLabelId(@Param("labelId") Long labelId);
+
+ /**
+ * 鏍规嵁瀛愬垎绫绘煡璇�
+ * @param subClassId
+ * @return
+ */
+ GoodsSubClassLabelMap selectBySubClassId(Long subClassId);
+
}
\ No newline at end of file
--
Gitblit v1.8.0