@@ -32,7 +32,7 @@ public enum ForkliftStatusEnum {
/**
* 已取消
*/
- CANCEL(99, "已装载"),
+ CANCEL(99, "已取消"),
;