package com.zy.common.utils; public class RgvUtils { //判断行走路径是否被占用 public static boolean isPathUsed(Integer startPath,Integer endPath) { return false; } }