Commit Graph

2 Commits

Author SHA1 Message Date
曹鹏飞 23d74b85e6 feat(quotation): 添加阿里云翻译功能并完善机型配置管理
- 新增AliYunTranslate实现类,集成阿里云翻译服务并支持Redis缓存
- 添加ModelConfigItemVO数据传输对象用于配置项树形结构展示
- 扩展ModelConfigController控制器,新增部件或系统树形结构查询接口
- 实现getModelConfigItemTree方法,支持按配置ID和语言编码获取树形结构
- 完善ModelConfigVO对象,增加机型ID、推荐标识、图片地址等字段
- 重构QuotationModelConfig实体,调整字段类型并添加更新策略注解
- 移除QuotationModelConfigItem中的多语言字段,统一通过关联表管理
- 更新QuotationModelConfigItemLanguage实体,添加配置ID字段和更新策略
- 实现IQuotationModelConfigItemService接口的getVOListByConfigId方法
- 优化QuotationModelConfigMapper.xml查询语句,改进搜索逻辑和排序方式
- 添加ModelConfigItemAddRequest请求对象,支持部件或系统的添加操作
- 集成translate依赖,添加阿里云翻译相关Maven依赖包
2026-02-16 16:13:15 +08:00
曹鹏飞 99121a74fa 添加报价服务模块 2026-01-09 15:05:02 +08:00