dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
4小程序logo轮播图定制
Administrator
6 days ago
ea24f38965242cfb8cae7f6fc3689b67b839267b
[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> {
}