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