File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,10 +182,10 @@ public class Vehicle
182
182
public string StyleName { get ; set ; }
183
183
184
184
[ JsonPropertyName ( "tServiceEndDate" ) ]
185
- public int TServiceEndDate { get ; set ; }
185
+ public long TServiceEndDate { get ; set ; }
186
186
187
187
[ JsonPropertyName ( "tServiceStartDate" ) ]
188
- public int TServiceStartDate { get ; set ; }
188
+ public long TServiceStartDate { get ; set ; }
189
189
190
190
[ JsonPropertyName ( "tServiceStatus" ) ]
191
191
public string TServiceStatus { get ; set ; }
@@ -206,7 +206,7 @@ public class Vehicle
206
206
public string VTypeName { get ; set ; }
207
207
208
208
[ JsonPropertyName ( "vehicleId" ) ]
209
- public int VehicleId { get ; set ; }
209
+ public string VehicleId { get ; set ; }
210
210
211
211
[ JsonPropertyName ( "vehicleNick" ) ]
212
212
public object VehicleNick { get ; set ; }
You can’t perform that action at this time.
0 commit comments