#
Junjie
23 小时以前 55f37ee6bb68d069f6b77ae73e106a2fc4b30686
src/main/java/com/zy/common/model/NavigateNode.java
@@ -22,6 +22,7 @@
    private NavigateNode Father;//父节点
    private List<String> directionList;//允许行走方向
    private Boolean isInflectionPoint;//是否为拐点
    private Boolean isLiftTransferPoint;//是否为顶升移栽点
    private String direction;//行走方向
    private String nodeValue;//节点数据
    private String nodeType;//节点类型