dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(yinhe): 移除智能体查询中的调试日志
Administrator
4 days ago
9f9d459dfbec9ae4a5eac64f858042909ef5201f
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
yinhe
/
mapper
/
YHAiAgentStartQuestionMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.yinhe.mapper;
import cc.mrbird.febs.yinhe.entity.YHAiAgentStartQuestion;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface YHAiAgentStartQuestionMapper extends BaseMapper<YHAiAgentStartQuestion> {
}