You've already forked FrameTour-BE
修改
This commit is contained in:
@ -45,4 +45,6 @@ public interface MemberMapper {
|
||||
* @return
|
||||
*/
|
||||
int addScenicServiceNoticeStatus(@Param("scenicId") Long scenicId,@Param("memberId") Long memberId);
|
||||
|
||||
MemberRespVO getByOpenId(String openId);
|
||||
}
|
||||
|
@ -48,4 +48,6 @@ public interface VideoMapper {
|
||||
int updateRelationWhenTaskSuccess(Long taskId, Long videoId, int isBuy);
|
||||
|
||||
List<MemberVideoEntity> listRelationByCreateTime(Date startTime, Date endTime);
|
||||
|
||||
VideoEntity getEntity(Long videoId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user