#fs
lsh
2024-09-10 4375805e5769179d7684a3af3e9132be68c38321
src/main/java/com/zy/asrs/utils/SteAndJarUtil.java
@@ -95,6 +95,24 @@
        return 0;
    }
    /**
     * 获取硫化罐RGV位置
     */
    public static Integer getJarNoEndRow(Integer jarNo){
        switch (jarNo){
            case 1:
            case 3:
                return  3;
            case 2:
            case 4:
                return  1;
            case 5:
            case 6:
                return  1;
        }
        return 0;
    }
    public static void main(String[] args) {
    }