Qchen 1 rok temu
rodzic
commit
d173df6caa

+ 12 - 0
src/main/java/com/ydtech/modules/order/entity/vo/InsOrdersEditingVo.java

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