#
Junjie
2025-06-14 a959dee923be8772c3c46209a8c238cd8847158b
src/main/java/com/zy/asrs/utils/Utils.java
@@ -164,6 +164,24 @@
    }
    /**
     * 通过库位号获取所在巷道
     */
    public static int getLaneByLocNo(String locNo) {
        int row = Utils.getRow(locNo);
        switch (row) {
            case 1:
            case 2:
            case 3:
                return 1;
            case 4:
            case 5:
            case 6:
                return 2;
        }
        return 0;
    }
    public static void main(String[] args) {
        SlaveProperties slaveProperties = new SlaveProperties();
        slaveProperties.setDoubleDeep(true);