自动化立体仓库 - WMS系统
zhangc
2025-01-20 15b6a3e0d236ade3d4bd69f3b6ca9e4e420e455c
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;
    }