dashboard
repositories
filestore
activity
search
login
main
/
xc-video
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
wzy
2021-12-17
c3c6bbcd290da994c152495723c75a869185660f
[xc-video.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
video
/
mapper
/
VideoCommentInfoMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.video.mapper;
import cc.mrbird.febs.video.entity.VideoCommentInfoEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface VideoCommentInfoMapper extends BaseMapper<VideoCommentInfoEntity> {
}