From 772ace0d3a53284c5a614573de4a5dbc64fcd224 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期一, 25 十一月 2019 16:16:32 +0800
Subject: [PATCH] 品牌定时更新开启
---
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/AppPageNotificationMapper.java | 90 ++++++++++++++++++++++----------------------
1 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/AppPageNotificationMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/AppPageNotificationMapper.java
index 8bcdc45..f784d2c 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/AppPageNotificationMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/AppPageNotificationMapper.java
@@ -1,46 +1,46 @@
-package com.yeshi.fanli.dao.mybatis.help;
-
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.entity.bus.help.AppPageNotification;
-
-public interface AppPageNotificationMapper {
-
- int deleteByPrimaryKey(Long id);
-
- int insert(AppPageNotification record);
-
- int insertSelective(AppPageNotification record);
-
- AppPageNotification selectByPrimaryKey(Long id);
-
- /**
- * 閫氳繃绫诲瀷鑾峰彇閫氱煡
- *
- * @param type
- * @return
- */
- AppPageNotification selectByType(String type);
-
- int updateByPrimaryKeySelective(AppPageNotification record);
-
- int updateByPrimaryKey(AppPageNotification record);
-
- /**
- * 鏍规嵁涓婚敭鎵归噺鍒犻櫎
- * @param list
- * @return
- */
- int deleteBatchByPrimaryKey(List<Long> list);
-
- /**
- * 鍚庣鍒楄〃鏌ヨ
- * @return
- */
- List<AppPageNotification> listQuery(@Param("start") long start, @Param("count") int count,
- @Param("key") String key, @Param("show") Integer show, @Param("canClose") Integer canClose);
-
- long countQuery(@Param("key") String key,@Param("show") Integer show, @Param("canClose") Integer canClose);
+package com.yeshi.fanli.dao.mybatis.help;
+
+import java.util.List;
+
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.entity.bus.help.AppPageNotification;
+
+public interface AppPageNotificationMapper {
+
+ int deleteByPrimaryKey(Long id);
+
+ int insert(AppPageNotification record);
+
+ int insertSelective(AppPageNotification record);
+
+ AppPageNotification selectByPrimaryKey(Long id);
+
+ /**
+ * 閫氳繃绫诲瀷鑾峰彇閫氱煡
+ *
+ * @param type
+ * @return
+ */
+ AppPageNotification selectByType(String type);
+
+ int updateByPrimaryKeySelective(AppPageNotification record);
+
+ int updateByPrimaryKey(AppPageNotification record);
+
+ /**
+ * 鏍规嵁涓婚敭鎵归噺鍒犻櫎
+ * @param list
+ * @return
+ */
+ int deleteBatchByPrimaryKey(List<Long> list);
+
+ /**
+ * 鍚庣鍒楄〃鏌ヨ
+ * @return
+ */
+ List<AppPageNotification> listQuery(@Param("start") long start, @Param("count") int count,
+ @Param("key") String key, @Param("show") Integer show, @Param("canClose") Integer canClose);
+
+ long countQuery(@Param("key") String key,@Param("show") Integer show, @Param("canClose") Integer canClose);
}
\ No newline at end of file
--
Gitblit v1.8.0