dashboard
repositories
filestore
activity
search
login
main
/
xc-video
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
Helius
2021-12-17
04d3797541e7229bf78534fcd35cb9abc02f0225
[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> {
}