From aa00074986140e57be1f56272311e84abd8566ac Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周六, 30 11月 2024 17:04:28 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/LA24030-LuLI_PackageLine --- CC/iWareSql/WmsDBModel/mes_order_gather.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/CC/iWareSql/WmsDBModel/mes_order_gather.cs b/CC/iWareSql/WmsDBModel/mes_order_gather.cs index 02f5aa2..97a68e7 100644 --- a/CC/iWareSql/WmsDBModel/mes_order_gather.cs +++ b/CC/iWareSql/WmsDBModel/mes_order_gather.cs @@ -24,6 +24,12 @@ public bool? IsKitting { get; set; } + public bool? IsUnline { get; set; } + + public DateTime? UnlineTime { get; set; } + + public string UnlinePerson { get; set; } + public int PackageNum { get; set; } public int UnLinePackageNum { get; set; } -- Gitblit v1.9.3