From 04eed9fb0fdb0a4c09c482f78d4449f941cfaadb Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期三, 14 五月 2025 17:24:06 +0800 Subject: [PATCH] 金坛bug修改 --- wms/WMSModel.cs | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/wms/WMSModel.cs b/wms/WMSModel.cs index 9f5cbb7..5e44794 100644 --- a/wms/WMSModel.cs +++ b/wms/WMSModel.cs @@ -98,6 +98,11 @@ public string S_AREA_CODE { get; set; } /// <summary> + /// 搴撳尯涓枃鍚嶇О + /// </summary> + public string S_AREA_Name { get; set; } + + /// <summary> /// 宸烽亾 /// </summary> public int N_ROADWAY { get; set; } @@ -517,6 +522,19 @@ /// <summary> + /// 璧风偣搴撳尯鍚嶇О + /// </summary> + public string S_START_AREA_NAME { get; set; } + /// <summary> + /// 缁堢偣搴撳尯鍚嶇О + /// </summary> + public string S_END_AREA_NAME { get; set; } + /// <summary> + /// 鎺ラ┏浣嶅簱鍖哄悕绉�+ /// </summary> + public string CONNECTION_AREA { get; set; } + + /// <summary> /// 浣滀笟浼樺厛绾� /// </summary> public int N_PRIORITY { get; set; } @@ -673,6 +691,16 @@ /// 璧峰搴撳尯缂栧彿 /// </summary> public string S_START_AREA { get; set; } + + /// <summary> + /// 璧峰搴撳尯缂栧彿 + /// </summary> + public string S_START_AREA_NAME { get; set; } + + /// <summary> + /// 鐩殑搴撳尯缂栧彿 + /// </summary> + public string S_END_AREA_NAME { get; set; } /// <summary> /// 璧风偣 @@ -1392,4 +1420,17 @@ /// </summary> public string AgvErrorMsg { get; set; } } + + /// <summary> + /// 浠诲姟鎷︽埅琛�+ /// </summary> + [ST("浠诲姟鎷︽埅琛�)] + public class ManualTaskSwitch : BaseModel + { + + /// <summary> + /// 浠诲姟鎷︽埅寮�叧 Y/N Y琛ㄧず鎷︽埅浠诲姟鎺ㄩ� + /// </summary> + public string State { get; set; } + } } \ No newline at end of file -- Gitblit v1.9.1