Commit Graph

4 Commits

Author SHA1 Message Date
曹鹏飞 d22b190083 feat(quotation): 添加动态表格功能和直销系数查询接口
- 新增 DynamicTableVO 类用于动态表格数据传输
- 在 IQuotationModelRatioDirectItemService 中添加 getEffectiveByUser 方法
- 更新 QuotationModelPriceMapper.xml 查询字段
- 在 QuotationModelRatioDirectItemMapper 中添加 getEffectiveByUser 方法
- 实现 QuotationModelRatioDirectItemMapper.xml 的 getEffectiveByUser 查询
- 完成 QuotationModelRatioDirectItemServiceImpl 的 getEffectiveByUser 实现
- 新增 QuotationModelRatioVO 类用于报价模型系数视图
- 修改 RatioAgentController 使用转换器返回 QuotationModelRatioVO
- 更新 RatioAgentSearchVO 的 info 字段类型为 QuotationModelRatioVO
- 在 RatioDirectController 中添加动态表头、搜索和数据获取接口
- 修改 RatioDirectEffectiveDTO 的 modelId 类型为 Long
- 新增 UserModelPriceDTO 类用于用户机型价格数据传输
2026-03-02 15:40:32 +08:00
曹鹏飞 8c12488b2d feat(quotation): 新增报价模型价格配置功能
- 在 AdminPermissionRoleApiMapMapper.xml 中增加模块名称查询和选中状态字段
- 新增 ModelPriceVO 数据传输对象用于价格信息传递
- 扩展 IQuotationModelPriceService 接口并实现 getAllModelPrice 方法
- 完善 IQuotationModelRatioAgentService 接口并添加搜索功能
- 修复 QuotationModelRatioAgent 实体类中的状态字段拼写错误
- 修正 QuotationModelRatioAgentItem 中的 modelId 字段类型为 Long
- 新增 RatioAgentSearchVO 视图对象用于代理商搜索结果
- 在 NumberUtil 工具类中添加 BigDecimal 乘法运算方法
- 更新 PermissionRoleApiMapVO 增加模块名称和选中状态属性
- 实现代理商配置系数的搜索和保存功能
- 优化动态表头生成逻辑并处理空值情况
- 完善价格计算和数据映射逻辑
2026-02-27 18:50:32 +08:00
曹鹏飞 6b4ce63ff4 feat(quotation): 新增禁售配置功能并优化价格和折扣配置
- 新增 ForbidConfigController 实现禁售配置的搜索和保存功能
- 添加 QuotationModelForbid 相关的实体、服务接口和服务实现
- 在 DiscountConfigController 中修改数据类型从 Long 到 String 并优化数值处理
- 在 PriceConfigController 中统一使用 String 类型参数并改进数值转换逻辑
- 优化 Mapper XML 文件中的条件查询语句结构
- 为 ProductModelSimpleVO 添加 batchNumber 字段支持
- 修复价格配置中区域价格过滤的逻辑错误
2026-02-27 11:03:18 +08:00
曹鹏飞 101701f586 feat(quotation): 添加价格配置功能并优化模型配置管理
- 新增价格配置控制器,支持动态表头展示和价格区域配置
- 添加价格配置相关的VO、请求对象和数据库实体
- 实现价格配置的保存、发布和查询功能
- 重构模型配置控制器,移至admin包下并增加配置项字段
- 新增价格配置相关服务接口和实现类
- 添加DynamicHeaderVO用于动态表格展示
- 移除未使用的mybatis-plus-core依赖
- 优化代码格式和命名规范
2026-02-24 18:04:42 +08:00