自动化立体仓库 - WMS系统
whycq
2024-11-25 bcb19e8c93c3cabf0d8eb3ee34ed819b3c5a10ef
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;
    }