mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🐛 #1524 修复WxMaExpressPath.PathItem内部类为public,方便访问
This commit is contained in:
parent
585bd94b8a
commit
619b377326
@ -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 时间戳
|
||||||
|
Loading…
Reference in New Issue
Block a user