#
yxFwq
2024-10-31 3b617068a6e7353f6ef2d8274187386478f3d73c
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;
        }
    }
}