dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(video): 添加视频自动全屏功能
Administrator
2026-01-16
a988d074b876d2e7e6079829e13988767e3ec460
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
ai
/
mapper
/
AiMemberRolePointMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.ai.mapper;
import cc.mrbird.febs.ai.entity.AiMemberRolePoint;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface AiMemberRolePointMapper extends BaseMapper<AiMemberRolePoint> {
}