You've already forked FrameTour-BE
逻辑修改
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.ycwl.basic.mapper;
|
||||
|
||||
import com.ycwl.basic.model.pc.source.entity.MemberSourceEntity;
|
||||
import com.ycwl.basic.model.pc.source.entity.SourceEntity;
|
||||
import com.ycwl.basic.model.pc.source.req.SourceReqQuery;
|
||||
import com.ycwl.basic.model.pc.source.resp.SourceRespVO;
|
||||
@ -17,6 +18,7 @@ public interface SourceMapper {
|
||||
List<SourceRespVO> list(SourceReqQuery sourceReqQuery);
|
||||
|
||||
SourceRespVO getById(Long id);
|
||||
SourceRespVO userGetById(Long id, Long userId);
|
||||
|
||||
List<SourceEntity> listBySampleIds(List<Long> sourceIds);
|
||||
|
||||
@ -43,4 +45,8 @@ public interface SourceMapper {
|
||||
List<SourceEntity> listVideoBySampleIds(List<Long> sampleId);
|
||||
|
||||
SourceEntity findBySampleId(Long faceSampleId);
|
||||
|
||||
int addRelation(MemberSourceEntity source);
|
||||
|
||||
List<SourceRespVO> listUser(SourceReqQuery sourceReqQuery);
|
||||
}
|
||||
|
Reference in New Issue
Block a user