Administrator
2025-08-01 248bbd3eac33a36c9696906e175cc0ddf331a1ee
refactor(ai): 重构 AI产品题目相关实体和接口

- 移除 AiProductQuestion 中的冗余字段
- 新增 AiProductQuestionItem 实体类,用于存储题目子表信息
- 新增对应的 Mapper、Service 和 ServiceImpl 类
1 files added
4 ■■■■ changed files
src/main/resources/mapper/modules/AiProductQuestionItemMapper.xml 4 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/AiProductQuestionItemMapper.xml
New file
@@ -0,0 +1,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.AiProductQuestionItemMapper">
</mapper>