自动化立体仓库 - WCS系统
*
lsh
2025-04-28 0cf26d5f8c8c2c15645443e84566ffec72abfdf1
src/main/java/com/zy/asrs/utils/Utils.java
@@ -405,4 +405,25 @@
        }
    }
    public static boolean locNoRowBoolean(Integer row) {
        switch (row){
            case 1:
            case 2:
            case 4:
            case 5:
            case 8:
            case 9:
            case 11:
            case 12:
                return true;
            case 3:
            case 6:
            case 7:
            case 10:
            case 13:
            default:
                return false;
        }
    }
}