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 --- LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsOrder/Mes_Package_Gather/Dto/Mes_Package_GatherOutput.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsOrder/Mes_Package_Gather/Dto/Mes_Package_GatherOutput.cs b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsOrder/Mes_Package_Gather/Dto/Mes_Package_GatherOutput.cs index e986f0f..666b5ee 100644 --- a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsOrder/Mes_Package_Gather/Dto/Mes_Package_GatherOutput.cs +++ b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsOrder/Mes_Package_Gather/Dto/Mes_Package_GatherOutput.cs @@ -41,6 +41,11 @@ public Admin.NET.Application.UpiStatusEnum UpiStatus { get; set; } /// <summary> + /// 鏄惁榻愬寘 + /// </summary> + public bool? IsQiBao { get; set; } + + /// <summary> /// 绾哥闀� /// </summary> public float? Info1 { get; set; } @@ -130,6 +135,11 @@ /// </summary> public bool IsDelete { get; set; } + /// <summary> + /// 鏍囪 + /// </summary> + public Admin.NET.Application.UpiFlagEnum? UpiFlag { get; set; } + } -- Gitblit v1.9.3