|
|
@@ -66,9 +66,6 @@ public class GuoRenCrawlerQueryByVinNoData implements Serializable, CarModelsFil
|
|
|
@JsonProperty("purchasePricesz")
|
|
|
private Double purchasePricesz;
|
|
|
|
|
|
- @JsonProperty("seatCount")
|
|
|
- private Double seatCount;
|
|
|
-
|
|
|
@JsonProperty("seatCountlb")
|
|
|
private Integer seatCountlb;
|
|
|
|
|
|
@@ -223,9 +220,8 @@ public class GuoRenCrawlerQueryByVinNoData implements Serializable, CarModelsFil
|
|
|
return this.carYear;
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
public String getSeatCount(){
|
|
|
- return String.valueOf((int) Double.parseDouble(seatCount.toString()));
|
|
|
+ return this.seatCountBC;
|
|
|
}
|
|
|
|
|
|
@NoArgsConstructor
|