Explorar o código

永诚 WholeWeight 赋值

785834757 hai 1 ano
pai
achega
6749f1a048

+ 5 - 0
src/main/java/com/ydtech/modules/ins/model/yc/ruote/Vhl.java

@@ -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");