自动化立体仓库 - WMS系统
*
yxFwq
2025-02-25 9c7e5bc10f242b71f3d94e2c700cb7de79feda17
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -582,6 +582,21 @@
        return 0;
    }
    public boolean booleanStaNoSignOther(){
        if (this.staNo == null){
            return true;
        } else {
            switch (this.staNo){
                case 144:
                case 145:
                case 152:
                case 153:
                    return false;
            }
        }
        return true;
    }