dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(yinhe): 移除产品ID查询条件和DTO字段
Administrator
6 days ago
77f0205db7a5b9f3d0da4c8e18b7a706d5cf37b7
[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> {
}