正在显示
5 个修改的文件
包含
8 行增加
和
9 行删除
@@ -18,8 +18,7 @@ import lombok.NoArgsConstructor; | @@ -18,8 +18,7 @@ import lombok.NoArgsConstructor; | ||
18 | @NoArgsConstructor | 18 | @NoArgsConstructor |
19 | public class CompanyInfo implements Serializable { | 19 | public class CompanyInfo implements Serializable { |
20 | 20 | ||
21 | - private static final long serialVersionUID = 1L; | ||
22 | - | 21 | + private static final long serialVersionUID = 5790114890844734884L; |
23 | /** | 22 | /** |
24 | * 公司信息编号uuid | 23 | * 公司信息编号uuid |
25 | */ | 24 | */ |
@@ -18,8 +18,8 @@ import lombok.NoArgsConstructor; | @@ -18,8 +18,8 @@ import lombok.NoArgsConstructor; | ||
18 | @NoArgsConstructor | 18 | @NoArgsConstructor |
19 | public class DispatchBusiness implements Serializable { | 19 | public class DispatchBusiness implements Serializable { |
20 | 20 | ||
21 | - private static final long serialVersionUID = 1L; | ||
22 | 21 | ||
22 | + private static final long serialVersionUID = 5629440538236743242L; | ||
23 | /** | 23 | /** |
24 | * 调度业务编号uuid | 24 | * 调度业务编号uuid |
25 | */ | 25 | */ |
@@ -20,6 +20,9 @@ import org.springframework.format.annotation.DateTimeFormat; | @@ -20,6 +20,9 @@ import org.springframework.format.annotation.DateTimeFormat; | ||
20 | @AllArgsConstructor | 20 | @AllArgsConstructor |
21 | @NoArgsConstructor | 21 | @NoArgsConstructor |
22 | public class DispatchNote implements Serializable { | 22 | public class DispatchNote implements Serializable { |
23 | + | ||
24 | + | ||
25 | + private static final long serialVersionUID = -8250305235895911027L; | ||
23 | /** | 26 | /** |
24 | * 调度记录编号uuid | 27 | * 调度记录编号uuid |
25 | */ | 28 | */ |
@@ -103,6 +106,4 @@ public class DispatchNote implements Serializable { | @@ -103,6 +106,4 @@ public class DispatchNote implements Serializable { | ||
103 | * 操作类型:1.新增;2.修改;3.删除 | 106 | * 操作类型:1.新增;2.修改;3.删除 |
104 | */ | 107 | */ |
105 | private String operation; | 108 | private String operation; |
106 | - | ||
107 | - private static final long serialVersionUID = 1L; | ||
108 | } | 109 | } |
@@ -18,6 +18,8 @@ import lombok.NoArgsConstructor; | @@ -18,6 +18,8 @@ import lombok.NoArgsConstructor; | ||
18 | @AllArgsConstructor | 18 | @AllArgsConstructor |
19 | @NoArgsConstructor | 19 | @NoArgsConstructor |
20 | public class DriverInfo implements Serializable { | 20 | public class DriverInfo implements Serializable { |
21 | + | ||
22 | + private static final long serialVersionUID = -7677069184129506322L; | ||
21 | /** | 23 | /** |
22 | * 驾驶员信息编号uuid | 24 | * 驾驶员信息编号uuid |
23 | */ | 25 | */ |
@@ -75,5 +77,4 @@ public class DriverInfo implements Serializable { | @@ -75,5 +77,4 @@ public class DriverInfo implements Serializable { | ||
75 | */ | 77 | */ |
76 | private String driverStatus; | 78 | private String driverStatus; |
77 | 79 | ||
78 | - private static final long serialVersionUID = 1L; | ||
79 | } | 80 | } |
@@ -20,8 +20,7 @@ import org.springframework.format.annotation.DateTimeFormat; | @@ -20,8 +20,7 @@ import org.springframework.format.annotation.DateTimeFormat; | ||
20 | @NoArgsConstructor | 20 | @NoArgsConstructor |
21 | public class VehicleInfo implements Serializable { | 21 | public class VehicleInfo implements Serializable { |
22 | 22 | ||
23 | - private static final long serialVersionUID = 1L; | ||
24 | - | 23 | + private static final long serialVersionUID = -2816115686446117829L; |
25 | /** | 24 | /** |
26 | * 车辆信息编号uuid | 25 | * 车辆信息编号uuid |
27 | */ | 26 | */ |
@@ -90,5 +89,4 @@ public class VehicleInfo implements Serializable { | @@ -90,5 +89,4 @@ public class VehicleInfo implements Serializable { | ||
90 | */ | 89 | */ |
91 | private String vehicleCompany; | 90 | private String vehicleCompany; |
92 | 91 | ||
93 | - | ||
94 | } | 92 | } |
-
请 注册 或 登录 后发表评论