自动化立体仓库 - WCS系统
#
yxFwq
2024-07-18 19a7e4ff6c165ba3b13aaa4e79b0aa407ae8fd3f
src/main/java/com/zy/asrs/entity/BasJar.java
@@ -191,5 +191,18 @@
//            null    // 右门可关(checkBox)
//    );
    public Integer getEntStaNo$(){
        if (this.jarNo==1){
            return 612;
        } else if (this.jarNo==2){
            return 615;
        } else if (this.jarNo==3){
            return 619;
        } else if (this.jarNo==4){
            return 622;
        } else {
            return 0;
        }
    }
}