#
Junjie
5 天以前 6694bb8752aced4b818f2976442d66ae3a52e9e8
src/main/java/com/zy/common/model/NavigateNode.java
@@ -20,6 +20,9 @@
    private Boolean isInflectionPoint;//是否为拐点
    private String direction;//行走方向
    private Integer moveDistance;//行走距离
    private Integer nodeValue;//节点数据
    private Boolean linePartAllowGo = false;//直线段部分,允许直接行走
    private Long linePartFlag;//直线段数据标识
    public NavigateNode(int x, int y) {
        this.x = x;