dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
perf(video): 优化视频播放功能的性能和稳定性
Administrator
1 days ago
d8a45e9dc60bbe87286b9773fd46b8eae5441ea5
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
ai
/
mapper
/
AiMemberProductUnlockMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.ai.mapper;
import cc.mrbird.febs.ai.entity.AiMemberProductUnlock;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface AiMemberProductUnlockMapper extends BaseMapper<AiMemberProductUnlock> {
}