|
@@ -18,6 +18,9 @@ public class DiagnoseLogVehicleInfo {
|
|
|
@ApiModelProperty(value = "客户端ID")
|
|
|
private String clientName;
|
|
|
|
|
|
+ @ApiModelProperty(value = "国家")
|
|
|
+ private String country;
|
|
|
+
|
|
|
@ApiModelProperty(value = "Sn编码")
|
|
|
private String vciSn;
|
|
|
|
|
@@ -38,7 +41,7 @@ public class DiagnoseLogVehicleInfo {
|
|
|
private String savePath;
|
|
|
|
|
|
@ApiModelProperty(value = "车型ID")
|
|
|
- private Integer vehicleId;
|
|
|
+ private String vehicleId;
|
|
|
|
|
|
@ApiModelProperty(value = "车型")
|
|
|
private String vehicle;
|