dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(ai): 添加题目轮播功能
Administrator
2025-08-26
23ade5c0e386c6403a9c89f264ae3d6933c756aa
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
ai
/
mapper
/
AiProductPointLinkMapper.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.ai.mapper;
import cc.mrbird.febs.ai.entity.AiProductPointLink;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author Administrator
*/
public interface AiProductPointLinkMapper extends BaseMapper<AiProductPointLink> {
}