lsh
2024-08-20 022351d2ff51c3110e43bb6966656a462c0df363
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -515,4 +515,12 @@
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.logErrTime);
    }
    public Integer getIoTypeMes$(){
        if (this.ioType != 101){
            return 3;
        } else {
            return 1;
        }
    }
}