You've already forked FrameTour-BE
修改
This commit is contained in:
@ -6,6 +6,7 @@ import com.ycwl.basic.model.pc.source.req.SourceReqQuery;
|
||||
import com.ycwl.basic.model.pc.source.resp.SourceRespVO;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@ -67,4 +68,8 @@ public interface SourceMapper {
|
||||
List<SourceEntity> listImageByFaceRelation(Long memberId, Long faceId);
|
||||
|
||||
SourceEntity getEntity(Long id);
|
||||
|
||||
int deleteNotRelateSource(int type, Date endDate);
|
||||
|
||||
int deleteNotBuyRelations(Long scenicId, Date endDate);
|
||||
}
|
||||
|
Reference in New Issue
Block a user