Commit Graph

2 Commits

Author SHA1 Message Date
曹鹏飞 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
曹鹏飞 6e5a1375cd feat(quotation): 添加代理商系数配置功能
- 新增RatioAgentController控制器,提供动态表头获取接口
- 添加QuotationModelRatioAgent和QuotationModelRatioAgentItem实体类
- 生成对应的Mapper、Service接口及实现类
- 修改CodeGeneratorTest测试类,更新代码生成目标表名
- 调整ModelPriceConfigVO,移除id字段
- 更新PriceConfigController中的价格配置逻辑,添加版本状态初始化
- 优化价格项目区域数据的添加和更新流程
2026-02-27 16:16:16 +08:00