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