From f80938e8a03d9343672b4fb3179836b019f6b9d8 Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期六, 28 六月 2025 21:38:46 +0800 Subject: [PATCH] 0628 --- wms/WMSModel.cs | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/wms/WMSModel.cs b/wms/WMSModel.cs index ecdfab1..d05e33a 100644 --- a/wms/WMSModel.cs +++ b/wms/WMSModel.cs @@ -162,7 +162,13 @@ /// 鍚敤 /// </summary> public string C_ENABLE { get; set; } - + + + /// <summary> + /// 鎺ラ┏浣嶅搴斿贩閬�+ /// </summary> + public int CONNEC_ROADWAY { get; set; } + /// <summary> /// 娣卞害 /// </summary> @@ -1575,5 +1581,20 @@ public string ext_data { get; set; } } + [ST("鍑哄簱浠诲姟鎻愰珮浼樺厛绾ц〃")] + public class OutMinutePriority : BaseModel + { + //鏃堕棿 鍒嗛挓 + public int Minute { get; set; } + + //鎻愰珮浼樺厛绾�鍒癕inute+Priority + public int Priority { get; set; } + + /// <summary> + /// 鍚敤 Y/N + /// </summary> + public string Enable { get; set; } + } + } \ No newline at end of file -- Gitblit v1.9.1