From baf741a2c65777b70d96b6c5d60204170dd92626 Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期二, 03 六月 2025 17:31:05 +0800 Subject: [PATCH] 出库修改 --- wms/WMSModel.cs | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/wms/WMSModel.cs b/wms/WMSModel.cs index ff885ff..27846a2 100644 --- a/wms/WMSModel.cs +++ b/wms/WMSModel.cs @@ -131,7 +131,7 @@ /// <summary> /// 瀹归噺 /// </summary> - public string N_CAPACITY { get; set; } + public int N_CAPACITY { get; set; } /// <summary> /// 褰撳墠鏁伴噺 @@ -847,6 +847,15 @@ } + //[ST("灏忚溅涓婃姤鐘舵�缂撳瓨琛�)] + //public class AgvState : BaseModel + //{ + // public int state { get; set; } + // public string task_no { get; set; } + // public string forklift_no { get; set; } + // public string ext_data { get; set; } + //} + [ST("瀹瑰櫒琛�)] public class Container : BaseModel @@ -1118,6 +1127,12 @@ /// 绌烘墭浠诲姟鏄惁鍒涘缓 Y/N 榛樿N /// </summary> public string Status { get; set; } + + + /// <summary> + /// 浠诲姟鍙�+ /// </summary> + public string task_no { get; set; } } @@ -1495,5 +1510,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