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