自动化立体仓库 - WCS系统
*
lsh
昨天 808d32829a61f6f1de0b989b2c818327d3bf74ef
src/main/java/com/zy/asrs/entity/param/CarryParam.java
@@ -22,4 +22,20 @@
    //备注
    private String meno;
    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;
        }
    }
}