dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(ai): 新增 AI普通对话相关实体和 mapper - 添加 AiTalk 和 AiTalkItem 实体类 - 添加 AiTalkMap...
Administrator
2025-08-25
e971450639c819eeaad948e98fcc24fea61f131a
[xc-mall.git]
/
src
/
main
/
resources
/
mapper
/
modules
/
AiTalkMapper.xml
1
2
3
4
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="cc.mrbird.febs.ai.mapper.AiTalkMapper">
</mapper>