🐛 #1524 修复WxMaExpressPath.PathItem内部类为public,方便访问

This commit is contained in:
Binary Wang 2020-04-21 12:28:35 +08:00
parent 585bd94b8a
commit 619b377326

View File

@ -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 时间戳