|
|
@@ -217,6 +217,9 @@ public class InsOrdersEditingVo extends InsOrders implements Serializable {
|
|
|
@ApiModelProperty("商业赔付率")
|
|
|
private double syLossRation;
|
|
|
|
|
|
+ @ApiModelProperty("交商合并经营成本率")
|
|
|
+ private double mergeCostRate;
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* 紫金能源车(鼎然-车辆风险评分 add by hxl 2024-04-09
|
|
|
@@ -320,6 +323,7 @@ public class InsOrdersEditingVo extends InsOrders implements Serializable {
|
|
|
if(!Objects.isNull(insAreaCompany.getApiType())) {
|
|
|
this.apiType = insAreaCompany.getApiType().toString();
|
|
|
}
|
|
|
+ this.mergeCostRate = insAreaCompany.getMergeCostRate();
|
|
|
}
|
|
|
}
|
|
|
|