You've already forked FrameTour-BE
添加服务消息通知的消息记录和操作统计记录
This commit is contained in:
@ -34,7 +34,7 @@ public interface MemberMapper {
|
||||
* 查询用户当前景区服务通知状态
|
||||
* @param scenicId 景区id
|
||||
* @param memberId 用户id
|
||||
* @return
|
||||
* @return 0关闭 1开启
|
||||
*/
|
||||
Integer getScenicServiceNoticeStatus(@Param("scenicId") Long scenicId,@Param("memberId") Long memberId);
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
package com.ycwl.basic.mapper;
|
||||
|
||||
import com.ycwl.basic.model.mobile.messageRecord.MessageRecordEntity;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
@ -8,4 +9,6 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
*/
|
||||
@Mapper
|
||||
public interface MessageRecordMapper {
|
||||
|
||||
int insertMessageRecord(MessageRecordEntity messageRecordEntity);
|
||||
}
|
||||
|
Reference in New Issue
Block a user