自动化立体仓库 - WMS系统
#
yxFwq
2024-11-23 da8323a2468e2a3dcfab461f459008da8c6139a5
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -533,5 +533,24 @@
    }
    public Integer getStaNoSign(){
        if (this.staNo == null){
            return 0;
        } else {
            switch (this.staNo){
                case 310:
                    return 1;
                case 312:
                    return 2;
                case 126:
                    return 1;
                case 131:
                    return 2;
            }
        }
        return 0;
    }
}