From d89732b82ff7fc047628ca3772311a0fbeea3553 Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周日, 24 11月 2024 14:19:14 +0800 Subject: [PATCH] add --- CC/iWareSql/WmsDBModel/wms_rbline_runmode.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/CC/iWareSql/WmsDBModel/wms_rbline_runmode.cs b/CC/iWareSql/WmsDBModel/wms_rbline_runmode.cs index f719ea4..05254f5 100644 --- a/CC/iWareSql/WmsDBModel/wms_rbline_runmode.cs +++ b/CC/iWareSql/WmsDBModel/wms_rbline_runmode.cs @@ -43,5 +43,15 @@ public string UpdateUserName { get; set; } public bool IsDelete { get; set; } + + /// <summary> + /// 上一次码垛编号 + /// </summary> + public string PalletizingUPI { get; set; } + + /// <summary> + /// 上一次码垛站点 + /// </summary> + public int? PalletizingStation { get; set; } } } -- Gitblit v1.9.3