dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(rabbit): 移除旧的消息队列配置并新增AI相关的实体和映射
Administrator
6 days ago
485c6557ae50afe6703c0b64169ce8eb634b1924
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
yinhe
/
mapper
/
YHAiAgentCategoryMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.yinhe.mapper;
import cc.mrbird.febs.yinhe.entity.YHAiAgentCategory;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface YHAiAgentCategoryMapper extends BaseMapper<YHAiAgentCategory> {
}