*
lsh
2 天以前 3759a40aad8191f82f4a2eac54c9045dcf6a0fb3
src/main/java/com/zy/asrs/entity/param/WMSAndAGVInterfaceParam.java
@@ -65,4 +65,19 @@
//        }
//    }
    public void updateIoTyoe(Integer ioTypeOld){
        switch (ioTypeOld){
            case 1:
                this.ioType = 2;
                break;
            case 2:
                this.ioType = 3;
                break;
            case 3:
                this.ioType = 1;
                break;
            default:
                this.ioType = 3;
        }
    }
}