From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/UserSystemMsgMapper.java | 108 ++++++++++++++++++++++++++++-------------------------- 1 files changed, 56 insertions(+), 52 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/UserSystemMsgMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/UserSystemMsgMapper.java index d4996b0..63be4ae 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/UserSystemMsgMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/msg/UserSystemMsgMapper.java @@ -1,53 +1,57 @@ -package com.yeshi.fanli.dao.mybatis.msg; - -import java.util.List; - -import org.apache.ibatis.annotations.Param; - -import com.beust.jcommander.Parameter; -import com.yeshi.fanli.dao.BaseMapper; -import com.yeshi.fanli.entity.bus.msg.UserSystemMsg; - -public interface UserSystemMsgMapper extends BaseMapper<UserSystemMsg> { - - /** - * 鐢ㄦ埛绯荤粺娑堟伅鍒楄〃 - * - * @param uid - * @param start - * @param count - * @return - */ - List<UserSystemMsg> listByUid(@Param("uid") Long uid, @Param("start") long start, @Param("count") int count); - - /** - * 鐢ㄦ埛绯荤粺娑堟伅鏁伴噺 - * - * @param uid - * @return - */ - Long countByUid(@Param("uid") Long uid); - - /** - * 鏍规嵁绯荤粺绔欏唴淇$殑ID鑾峰彇娑堟伅 - * - * @param id - * @return - */ - UserSystemMsg selectBySystemZNXId(@Param("id")Long id,@Param("uid") long uid); - - /** - * 鑾峰彇鏈�杩戜竴鏉℃秷鎭� - * - * @param uid - * @return - */ - UserSystemMsg selectLatestUserSystemMsg(@Param("uid")Long uid); - - /** - * 璁剧疆娑堟伅宸茶鏃� - * - * @param uid - */ - void setMsgReadByUid(Long uid); +package com.yeshi.fanli.dao.mybatis.msg; + +import java.util.List; + +import com.yeshi.fanli.entity.bus.msg.MsgOrderDetail; +import com.yeshi.fanli.entity.bus.msg.MsgOtherDetail; +import org.apache.ibatis.annotations.Param; + +import com.beust.jcommander.Parameter; +import com.yeshi.fanli.dao.BaseMapper; +import com.yeshi.fanli.entity.bus.msg.UserSystemMsg; + +public interface UserSystemMsgMapper extends BaseMapper<UserSystemMsg> { + + /** + * 鐢ㄦ埛绯荤粺娑堟伅鍒楄〃 + * + * @param uid + * @param start + * @param count + * @return + */ + List<UserSystemMsg> listByUid(@Param("uid") Long uid, @Param("start") long start, @Param("count") int count); + + List<UserSystemMsg> listByPrimaryKeys(@Param("ids") List<Long> ids); + + /** + * 鐢ㄦ埛绯荤粺娑堟伅鏁伴噺 + * + * @param uid + * @return + */ + Long countByUid(@Param("uid") Long uid); + + /** + * 鏍规嵁绯荤粺绔欏唴淇$殑ID鑾峰彇娑堟伅 + * + * @param id + * @return + */ + UserSystemMsg selectBySystemZNXId(@Param("id")Long id,@Param("uid") long uid); + + /** + * 鑾峰彇鏈�杩戜竴鏉℃秷鎭� + * + * @param uid + * @return + */ + UserSystemMsg selectLatestUserSystemMsg(@Param("uid")Long uid); + + /** + * 璁剧疆娑堟伅宸茶鏃� + * + * @param uid + */ + void setMsgReadByUid(Long uid); } \ No newline at end of file -- Gitblit v1.8.0