From 5b6a0b390fc0ca7a5519ad6fb9a27bbca80e3cad Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期四, 29 五月 2025 17:29:28 +0800 Subject: [PATCH] 空托修改 --- wms/WMSModel.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/wms/WMSModel.cs b/wms/WMSModel.cs index ff885ff..0b5e08e 100644 --- a/wms/WMSModel.cs +++ b/wms/WMSModel.cs @@ -1118,6 +1118,12 @@ /// 绌烘墭浠诲姟鏄惁鍒涘缓 Y/N 榛樿N /// </summary> public string Status { get; set; } + + + /// <summary> + /// 浠诲姟鍙�+ /// </summary> + public string task_no { get; set; } } @@ -1495,5 +1501,13 @@ public List<ZoneLoc> ZoneLocs { get; set; } } + /// <summary> + /// 鍑哄簱缁堢偣鏃犻檺鍒惰〃 + /// </summary> + [ST("鍑哄簱缁堢偣鏃犻檺鍒惰〃")] + public class UnlimitedLoc : BaseModel { + public string Loc { get; set; } + } + } \ No newline at end of file -- Gitblit v1.9.1