From a08bee0c89206ae7f16f5f8340373297f4e367d2 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期四, 14 五月 2020 14:50:05 +0800
Subject: [PATCH] 队员粉丝备注名
---
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/MsgOtherDetailMapper.java | 72 ++++++++++++++++++------------------
1 files changed, 36 insertions(+), 36 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/MsgOtherDetailMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/MsgOtherDetailMapper.java
index b25288d..ac242ea 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/MsgOtherDetailMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/MsgOtherDetailMapper.java
@@ -1,37 +1,37 @@
-package com.yeshi.fanli.dao.mybatis.msg;
-
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.dao.BaseMapper;
-import com.yeshi.fanli.entity.bus.msg.MsgOtherDetail;
-
-public interface MsgOtherDetailMapper extends BaseMapper<MsgOtherDetail> {
-
- /**
- * 閫氳繃鐢ㄦ埛ID鏌ヨ鍒楄〃
- *
- * @param uid
- * @param start
- * @param count
- * @return
- */
- List<MsgOtherDetail> listByUid(@Param("uid") Long uid, @Param("start") long start, @Param("count") int count);
-
- /**
- * 鏌ヨ鐢ㄦ埛鐨勬秷鎭暟閲�
- *
- * @param uid
- * @return
- */
- long countByUid(@Param("uid") Long uid);
-
- /**
- * 璁剧疆娑堟伅宸茶
- *
- * @param uid
- */
- void setMsgReadByUid(Long uid);
-
+package com.yeshi.fanli.dao.mybatis.msg;
+
+import java.util.List;
+
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.dao.BaseMapper;
+import com.yeshi.fanli.entity.bus.msg.MsgOtherDetail;
+
+public interface MsgOtherDetailMapper extends BaseMapper<MsgOtherDetail> {
+
+ /**
+ * 閫氳繃鐢ㄦ埛ID鏌ヨ鍒楄〃
+ *
+ * @param uid
+ * @param start
+ * @param count
+ * @return
+ */
+ List<MsgOtherDetail> listByUid(@Param("uid") Long uid, @Param("start") long start, @Param("count") int count);
+
+ /**
+ * 鏌ヨ鐢ㄦ埛鐨勬秷鎭暟閲�
+ *
+ * @param uid
+ * @return
+ */
+ long countByUid(@Param("uid") Long uid);
+
+ /**
+ * 璁剧疆娑堟伅宸茶
+ *
+ * @param uid
+ */
+ void setMsgReadByUid(Long uid);
+
}
\ No newline at end of file
--
Gitblit v1.8.0