From 06d6ba0da4d9036bf3eeab8a7cbef8df89565606 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 16 12月 2024 17:19:05 +0800 Subject: [PATCH] BZ01 齐包优化 --- LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Entity/WmsOrder/Mes_Order_Gather.cs | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Entity/WmsOrder/Mes_Order_Gather.cs b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Entity/WmsOrder/Mes_Order_Gather.cs index c5f728e..6a821bc 100644 --- a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Entity/WmsOrder/Mes_Order_Gather.cs +++ b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Entity/WmsOrder/Mes_Order_Gather.cs @@ -35,6 +35,26 @@ [SugarColumn(ColumnName = "IsKitting", ColumnDescription = "鏄惁榻愬")] public bool? IsKitting { get; set; } + + /// <summary> + /// 鏄惁涓嬬嚎 + /// </summary> + [SugarColumn(ColumnName = "IsUnline", ColumnDescription = "鏄惁涓嬬嚎")] + public bool? IsUnline { get; set; } + + /// <summary> + /// 涓嬬嚎鏃堕棿 + /// </summary> + [SugarColumn(ColumnName = "UnlineTime", ColumnDescription = "涓嬬嚎鏃堕棿")] + public DateTime? UnlineTime { get; set; } + + /// <summary> + /// 涓嬬嚎浜� + /// </summary> + [SugarColumn(ColumnName = "UnlinePerson", ColumnDescription = "涓嬬嚎浜�", Length = 50)] + public string? UnlinePerson { get; set; } + + /// <summary> /// 鍖呮暟 /// </summary> @@ -55,6 +75,13 @@ /// <summary> + /// NG鍖呮暟 + /// </summary> + [SugarColumn(ColumnName = "NgPackageNum", ColumnDescription = "NG鍖呮暟")] + public int? NgPackageNum { get; set; } + + + /// <summary> /// 鎬诲寘瑁呴潰绉� /// </summary> [SugarColumn(ColumnName = "AllPackageArea", ColumnDescription = "鎬诲寘瑁呴潰绉�")] -- Gitblit v1.9.3