|
@@ -242,6 +242,15 @@ public class InsOrdersEditingVo extends InsOrders implements Serializable {
|
|
|
@ApiModelProperty("交商合并经营成本率")
|
|
@ApiModelProperty("交商合并经营成本率")
|
|
|
private String mergeCostRate;
|
|
private String mergeCostRate;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty("向阳花评分")
|
|
|
|
|
+ private String xyhGrade;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty("红黄蓝车系")
|
|
|
|
|
+ private String seriesTypeActualName;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty("自主定价系数")
|
|
|
|
|
+ private String pricingCoefficient;
|
|
|
|
|
+
|
|
|
@ApiModelProperty("交强出口费用")
|
|
@ApiModelProperty("交强出口费用")
|
|
|
private BigDecimal jqExportFee;
|
|
private BigDecimal jqExportFee;
|
|
|
|
|
|
|
@@ -335,6 +344,9 @@ public class InsOrdersEditingVo extends InsOrders implements Serializable {
|
|
|
this.syLossRation = insAreaCompany.getSyLossRation();
|
|
this.syLossRation = insAreaCompany.getSyLossRation();
|
|
|
this.ubiPredictedInfoScore = insAreaCompany.getUbiPredictedInfoScore();
|
|
this.ubiPredictedInfoScore = insAreaCompany.getUbiPredictedInfoScore();
|
|
|
this.mergeCostRate = insAreaCompany.getMergeCostRate();
|
|
this.mergeCostRate = insAreaCompany.getMergeCostRate();
|
|
|
|
|
+ this.xyhGrade = insAreaCompany.getXyhGrade();
|
|
|
|
|
+ this.seriesTypeActualName = insAreaCompany.getSeriesTypeActualName();
|
|
|
|
|
+ this.pricingCoefficient = insAreaCompany.getPricingCoefficient();
|
|
|
this.feeMatchErrMsg = insAreaCompany.getFeeMatchErrMsg();
|
|
this.feeMatchErrMsg = insAreaCompany.getFeeMatchErrMsg();
|
|
|
this.quoteErrMsg = insAreaCompany.getQuoteErrMsg();
|
|
this.quoteErrMsg = insAreaCompany.getQuoteErrMsg();
|
|
|
this.orderStatusInfo = InsOrderStatusEnum.matchKey(insAreaCompany.getOrderstatus()).getDesc();
|
|
this.orderStatusInfo = InsOrderStatusEnum.matchKey(insAreaCompany.getOrderstatus()).getDesc();
|