#
Junjie
3 天以前 932fd21ec8ba887a77166bb057b8aca20c8f7e9c
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;