From 1b10882a0a46c8b25331ccd2628f7a2a6db8b13f Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 16 12月 2024 17:35:10 +0800 Subject: [PATCH] 11 --- CC/iWareModel/EnumType/WMS/RbTaskTypeEnum.cs | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CC/iWareModel/EnumType/WMS/RbTaskTypeEnum.cs b/CC/iWareModel/EnumType/WMS/RbTaskTypeEnum.cs index b1ac2b9..6cab396 100644 --- a/CC/iWareModel/EnumType/WMS/RbTaskTypeEnum.cs +++ b/CC/iWareModel/EnumType/WMS/RbTaskTypeEnum.cs @@ -18,22 +18,28 @@ 鍏ュ簱浠诲姟 = 1, /// <summary> - /// 鍑哄簱浠诲姟 + /// 榻愬寘鍑哄簱浠诲姟 /// </summary> - [Description("鍑哄簱浠诲姟")] - 鍑哄簱浠诲姟 = 2, + [Description("榻愬寘鍑哄簱浠诲姟")] + 榻愬寘鍑哄簱浠诲姟 = 2, + + /// <summary> + /// 寮哄埗鍑哄簱浠诲姟 + /// </summary> + [Description("寮哄埗鍑哄簱浠诲姟")] + 寮哄埗鍑哄簱浠诲姟 = 3, /// <summary> /// 鐮佹澘浠诲姟 /// </summary> [Description("鐮佹澘浠诲姟")] - 鐮佹澘浠诲姟 = 3, + 鐮佹澘浠诲姟 = 4, /// <summary> - /// 澶规澘浠诲姟 + /// 鍚堝寘浠诲姟 /// </summary> - [Description("澶规澘浠诲姟")] - 澶规澘浠诲姟 = 4 + [Description("鍚堝寘浠诲姟")] + 鍚堝寘浠诲姟 = 5 } } \ No newline at end of file -- Gitblit v1.9.3