From b8a4502c5da57c24ec280ba0571c7a3da28acefc Mon Sep 17 00:00:00 2001
From: admin <2780501319@qq.com>
Date: 星期二, 10 三月 2020 12:15:10 +0800
Subject: [PATCH] 动态素材隐藏
---
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java | 106 ++++++++++++++++++++++++++--------------------------
1 files changed, 53 insertions(+), 53 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java
index 282e255..c4821fd 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java
@@ -1,54 +1,54 @@
-package com.yeshi.fanli.dao.mybatis.brand;
-
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.dao.BaseMapper;
-import com.yeshi.fanli.entity.brand.BrandClass;
-
-public interface BrandClassMapper extends BaseMapper<BrandClass>{
-
- /**
- * 鏌ヨ鍝佺墝鍒嗙被
- * @return
- */
- List<BrandClass> listEffective();
-
- /**
- * 鎺掑簭
- * @return
- */
- int getMaxOrder();
-
- /**
- * 鑾峰彇鐩搁偦搴忓彿
- * @param position
- * @param type
- * @return
- */
- BrandClass getByAdjoinOrder(@Param("order") Integer order, @Param("type") Integer type);
-
-
-
- /**
- * 鏍规嵁涓婚敭鎵归噺鍒犻櫎
- * @param list
- * @return
- */
- int deleteBatchByPrimaryKey(List<Long> list);
-
- /**
- * 鏌ヨ鍒楄〃
- * @param start
- * @param count
- * @param key
- * @param state
- * @return
- */
- List<BrandClass> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key,
- @Param("state") Integer state);
-
- long countQuery(@Param("key") String key, @Param("state") Integer state);
-
+package com.yeshi.fanli.dao.mybatis.brand;
+
+import java.util.List;
+
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.dao.BaseMapper;
+import com.yeshi.fanli.entity.brand.BrandClass;
+
+public interface BrandClassMapper extends BaseMapper<BrandClass>{
+
+ /**
+ * 鏌ヨ鍝佺墝鍒嗙被
+ * @return
+ */
+ List<BrandClass> listEffective();
+
+ /**
+ * 鎺掑簭
+ * @return
+ */
+ int getMaxOrder();
+
+ /**
+ * 鑾峰彇鐩搁偦搴忓彿
+ * @param position
+ * @param type
+ * @return
+ */
+ BrandClass getByAdjoinOrder(@Param("order") Integer order, @Param("type") Integer type);
+
+
+
+ /**
+ * 鏍规嵁涓婚敭鎵归噺鍒犻櫎
+ * @param list
+ * @return
+ */
+ int deleteBatchByPrimaryKey(List<Long> list);
+
+ /**
+ * 鏌ヨ鍒楄〃
+ * @param start
+ * @param count
+ * @param key
+ * @param state
+ * @return
+ */
+ List<BrandClass> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key,
+ @Param("state") Integer state);
+
+ long countQuery(@Param("key") String key, @Param("state") Integer state);
+
}
\ No newline at end of file
--
Gitblit v1.8.0