mobilebroken/nflg-mobilebroken-quotation
曹鹏飞 ae942c85b0 feat(api): 添加报价系统产品型号和类型搜索功能
- 在IProductModelService接口中新增searchForQuotation和getInfoForQuotation方法
- 在IProductTypeService接口中新增searchSimpleList方法
- 创建ProductModelController提供机型搜索和详情获取API
- 创建ProductTypeController提供类型搜索API
- 在ProductModelMapper中新增searchForQuotation1和getInfoForQuotation查询方法
- 在ProductTypeMapper中新增searchSimpleList查询方法
- 实现ProductModelService和ProductTypeService的服务层逻辑
- 添加QuotationProductModelSearchVO、QuotationProductModelInfoVO等数据传输对象
- 添加QuotationProductModelSearchRequest、QuotationProductTypeSearchRequest请求对象
- 配置MyBatis映射文件实现多语言支持的数据库查询逻辑
2026-03-09 18:13:36 +08:00
..
src feat(api): 添加报价系统产品型号和类型搜索功能 2026-03-09 18:13:36 +08:00
pom.xml feat(quotation): 添加阿里云翻译功能并完善机型配置管理 2026-02-16 16:13:15 +08:00