|
|
@@ -177,6 +177,9 @@ public class QuoteEchoVo extends QuoteVo {
|
|
|
|
|
|
@Schema(description = "商业险优惠比例")
|
|
|
private BigDecimal biRatio;
|
|
|
+
|
|
|
+ @Schema(description = "总金额,不含车船税")
|
|
|
+ private BigDecimal totalAmount;
|
|
|
}
|
|
|
private OrdersCostsVo costs;
|
|
|
|
|
|
@@ -421,6 +424,7 @@ public class QuoteEchoVo extends QuoteVo {
|
|
|
this.costs.setSumPremium(insOrdersVo.getInsOrdersCosts().getSumPremium());
|
|
|
this.costs.setCiRatio(insOrdersVo.getInsOrdersCosts().getJqRatio());
|
|
|
this.costs.setBiRatio(insOrdersVo.getInsOrdersCosts().getSyRatio());
|
|
|
+ this.costs.setTotalAmount(insOrdersVo.getInsOrdersCosts().getTotalAmount());
|
|
|
}
|
|
|
|
|
|
//保单号信息
|