#
yxFwq
2024-08-10 2fc41a25a6acfad60e1ec6fa1234f98efb0b3a82
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;
        }
    }
}