|
|
@@ -682,11 +682,11 @@ public class CalculatePremiumRequest implements Serializable {
|
|
|
// @JsonProperty("certificateDate")
|
|
|
// private String certificateDate;
|
|
|
|
|
|
-// /**
|
|
|
-// * 整备质量/kg
|
|
|
-// */
|
|
|
-// @JsonProperty("completekerbmass")
|
|
|
-// private String completekerbmass;
|
|
|
+ /**
|
|
|
+ * 整备质量/kg
|
|
|
+ */
|
|
|
+ @JsonProperty("completekerbmass")
|
|
|
+ private String completekerbmass;
|
|
|
|
|
|
/**
|
|
|
* 排量单位/毫升
|
|
|
@@ -907,6 +907,7 @@ public class CalculatePremiumRequest implements Serializable {
|
|
|
this.printUseNatureCode = "0003";
|
|
|
}
|
|
|
|
|
|
+ this.completekerbmass = carInfo.getCompleteKerbMass();
|
|
|
// 车辆种类代码
|
|
|
CarKindCode carKindCode1 = Enum.valueOf(CarKindCode.class, CarKindCode.TITLE + carInfo.getCimodelclass());
|
|
|
this.carKindCode = carKindCode1.getCode();
|