...
|
...
|
@@ -20,8 +20,7 @@ import org.springframework.format.annotation.DateTimeFormat; |
|
|
@NoArgsConstructor
|
|
|
public class VehicleInfo implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
private static final long serialVersionUID = -2816115686446117829L;
|
|
|
/**
|
|
|
* 车辆信息编号uuid
|
|
|
*/
|
...
|
...
|
@@ -90,5 +89,4 @@ public class VehicleInfo implements Serializable { |
|
|
*/
|
|
|
private String vehicleCompany;
|
|
|
|
|
|
|
|
|
} |
...
|
...
|
|