自动化立体仓库 - WMS系统
ZY
2024-12-18 ebb22c0ee5c8c00b89515a50daf0e49103fa4f14
src/main/java/com/zy/asrs/entity/FlowLog.java
@@ -262,6 +262,8 @@
            otp = "取消移库";
        } else if (this.opType == 9L) {
            otp = "取消调拨";
        } else if (this.opType == 101L) {
            otp = "101.入库";
        }
        return otp;
    }