dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(yinhe): 修复AI服务响应状态和排序问题
Administrator
5 days ago
6c340588edca370436c38f0b146e0edadcd32ff9
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
yinhe
/
mapper
/
YHAiBannerMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.yinhe.mapper;
import cc.mrbird.febs.yinhe.entity.YHAiBanner;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface YHAiBannerMapper extends BaseMapper<YHAiBanner> {
}