From d46dea27b6ec3e0fb32ec7d137699e9fc7d609b0 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 12 十二月 2019 14:18:11 +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 27721f4..758619e 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);
-
-
+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