| @@ -11,6 +11,7 @@ import java.util.List; | |||||
| /** | /** | ||||
| * 运单轨迹对象 | * 运单轨迹对象 | ||||
| * | |||||
| * @author <a href="https://github.com/mr-xiaoyu">xiaoyu</a> | * @author <a href="https://github.com/mr-xiaoyu">xiaoyu</a> | ||||
| * @since 2019-11-26 | * @since 2019-11-26 | ||||
| */ | */ | ||||
| @@ -18,7 +19,6 @@ import java.util.List; | |||||
| @NoArgsConstructor | @NoArgsConstructor | ||||
| @AllArgsConstructor | @AllArgsConstructor | ||||
| public class WxMaExpressPath implements Serializable { | public class WxMaExpressPath implements Serializable { | ||||
| private static final long serialVersionUID = 5643624677715536605L; | private static final long serialVersionUID = 5643624677715536605L; | ||||
| /** | /** | ||||
| @@ -55,7 +55,7 @@ public class WxMaExpressPath implements Serializable { | |||||
| } | } | ||||
| @Data | @Data | ||||
| private static class PathItem{ | |||||
| public static class PathItem { | |||||
| /** | /** | ||||
| * 轨迹节点 Unix 时间戳 | * 轨迹节点 Unix 时间戳 | ||||