From 093a1f1e49f482a58cb95f6562ab6c890bb03c89 Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周四, 28 11月 2024 09:53:16 +0800 Subject: [PATCH] add --- LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanInput.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanInput.cs b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanInput.cs index 873fd4d..459bb37 100644 --- a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanInput.cs +++ b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanInput.cs @@ -422,6 +422,7 @@ /// 鎵规 /// </summary> public string? PlanNo { get; set; } + public string PackageCode { get; set; } } @@ -453,7 +454,7 @@ /// <summary> /// 閮ㄤ欢鏉$爜 /// </summary> - public string? Upi { get; set; } + public string? UPI { get; set; } /// <summary> /// 閮ㄤ欢鍚嶇О @@ -464,5 +465,5 @@ /// 鎵规 /// </summary> public string? PlanNo { get; set; } - + public string PackageCode { get; set; } } -- Gitblit v1.9.3