From 2ec42a5aacea35d2918f0e17f07685cf5b4d25c8 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 12 五月 2020 20:20:41 +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