dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(yinhe): 添加轮播图和logo功能模块
Administrator
5 days ago
90ba2873de753917a21874e0ce21dd1578c2be5a
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
yinhe
/
mapper
/
YHAiTalkMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.yinhe.mapper;
import cc.mrbird.febs.yinhe.entity.YHAiTalk;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface YHAiTalkMapper extends BaseMapper<YHAiTalk> {
}