From 8bfe5dcf83cdcaa90c45ad86a8b464238748de7c Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周日, 01 12月 2024 16:02:38 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/LA24030-LuLI_PackageLine --- LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Entity/WmsOrder/Mes_Order_Gather.cs | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 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 990b241..bd5c6de 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,11 +35,62 @@ [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> [SugarColumn(ColumnName = "PackageNum", ColumnDescription = "鍖呮暟")] public int PackageNum { get; set; } + /// <summary> + /// 宸蹭笅绾垮寘鏁� + /// </summary> + [SugarColumn(ColumnName = "UnLinePackageNum", ColumnDescription = "宸蹭笅绾垮寘鏁�")] + public int UnLinePackageNum { get; set; } + + /// <summary> + /// 鏈笅绾垮寘鏁� + /// </summary> + [SugarColumn(ColumnName = "NoUnLinePackageNum", ColumnDescription = "鏈笅绾垮寘鏁�")] + public int NoUnLinePackageNum { get; set; } + + + /// <summary> + /// 鎬诲寘瑁呴潰绉� + /// </summary> + [SugarColumn(ColumnName = "AllPackageArea", ColumnDescription = "鎬诲寘瑁呴潰绉�")] + public decimal AllPackageArea { get; set; } + + /// <summary> + /// 宸叉壂鎻忓寘瑁呴潰绉� + /// </summary> + [SugarColumn(ColumnName = "ScanPackageArea", ColumnDescription = "宸叉壂鎻忓寘瑁呴潰绉�")] + public decimal ScanPackageArea { get; set; } + + /// <summary> + /// 鏈壂鎻忓寘瑁呴潰绉� + /// </summary> + [SugarColumn(ColumnName = "NoScanPackageArea", ColumnDescription = "鏈壂鎻忓寘瑁呴潰绉�")] + public decimal NoScanPackageArea { get; set; } + } } \ No newline at end of file -- Gitblit v1.9.3