999
zhangc
2025-04-18 a3606d53403475ee05664058b343310c57249d2e
src/main/java/com/zy/common/model/NavigateNode.java
@@ -20,6 +20,7 @@
    private Boolean isInflectionPoint;//是否为拐点
    private String direction;//行走方向
    private Integer moveDistance;//行走距离
    private Integer nodeValue;//节点数据
    public NavigateNode(int x, int y) {
        this.x = x;