|
|
@@ -195,6 +195,10 @@ public class Vhl {
|
|
|
*/
|
|
|
@JacksonXmlProperty(localName = "NPoWeight")
|
|
|
private String NPoWeight;
|
|
|
+
|
|
|
+ @JacksonXmlProperty(localName = "WholeWeight")
|
|
|
+ private String WholeWeight;
|
|
|
+
|
|
|
/**
|
|
|
* 折旧价
|
|
|
*/
|
|
|
@@ -368,6 +372,7 @@ public class Vhl {
|
|
|
vhl.setCBusType("0");
|
|
|
vhl.setCMortgageMrk("0");
|
|
|
vhl.setNPoWeight(carInfo.getCompleteKerbMass());
|
|
|
+ vhl.setWholeWeight(carInfo.getCompleteKerbMass());
|
|
|
//305005001:未验 305005002:已验车 305005003:免验车 305005004:需验车
|
|
|
vhl.setCInspectionCde("305005003");
|
|
|
vhl.setCDevice8Mrk("0");
|