From 0444d8204d16a378a38ab29d2fe7b644fb68f0ca Mon Sep 17 00:00:00 2001
From: admin <2780501319@qq.com>
Date: 星期三, 04 三月 2020 17:17:31 +0800
Subject: [PATCH] [口令]修改为[淘口令]
---
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushCouponMapper.java | 58 +++++++++++++++++++++++++++++-----------------------------
1 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushCouponMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushCouponMapper.java
index 1661baf..c46d8ea 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushCouponMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushCouponMapper.java
@@ -1,30 +1,30 @@
-package com.yeshi.fanli.dao.mybatis.push;
-
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.dao.BaseMapper;
-import com.yeshi.fanli.entity.push.PushCoupon;
-
-public interface PushCouponMapper extends BaseMapper<PushCoupon> {
-
- /**
- * 鍚庣鍒楄〃鏌ヨ
- * @param start
- * @param count
- * @param key
- * @return
- */
- List<PushCoupon> 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);
-
-
- /**
- * 鏈夋晥娲诲姩
- * @return
- */
- List<PushCoupon> listQueryEffective();
+package com.yeshi.fanli.dao.mybatis.push;
+
+import java.util.List;
+
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.dao.BaseMapper;
+import com.yeshi.fanli.entity.push.PushCoupon;
+
+public interface PushCouponMapper extends BaseMapper<PushCoupon> {
+
+ /**
+ * 鍚庣鍒楄〃鏌ヨ
+ * @param start
+ * @param count
+ * @param key
+ * @return
+ */
+ List<PushCoupon> 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);
+
+
+ /**
+ * 鏈夋晥娲诲姩
+ * @return
+ */
+ List<PushCoupon> listQueryEffective();
}
\ No newline at end of file
--
Gitblit v1.8.0