dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(yinhe): 移除YHCategoryDto中的ID字段及相关查询条件
Administrator
6 days ago
b6135a3e8bd7ee935b46bafc344662eac17d9be5
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
yinhe
/
mapper
/
YHAiAgentKnowledgeMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.yinhe.mapper;
import cc.mrbird.febs.yinhe.entity.YHAiAgentKnowledge;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface YHAiAgentKnowledgeMapper extends BaseMapper<YHAiAgentKnowledge> {
}