自动化立体仓库 - WMS系统
*
lsh
2025-05-29 d9eeceed86c1ce43c73dda00a108595a078a8f3d
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;
    }