From 39c09dede499f7ba23bcd26b17b2199a31bddccc Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 28 8月 2024 11:10:53 +0800 Subject: [PATCH] 出库执行 哟花 --- iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/Dto/WorkPieceByOP80NewCodeInput.cs | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/Dto/WorkPieceByOP80NewCodeInput.cs b/iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/Dto/WorkPieceByOP80NewCodeInput.cs index 705825a..568d469 100644 --- a/iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/Dto/WorkPieceByOP80NewCodeInput.cs +++ b/iWara.SCADA.Code/iWare.Wms.Application/Service/Pda/Dto/WorkPieceByOP80NewCodeInput.cs @@ -4,6 +4,7 @@ using System.Text; using System.Threading.Tasks; using iWare.Wms.Core; +using iWare.Wms.Core.Enum; namespace iWare.Wms.Application { /// <summary> @@ -27,7 +28,7 @@ /// <summary> /// 宸ヤ欢鏁版嵁 /// </summary> - public List<WorkPieceInfoOutput> WorkPieceInfoLst { get; set; } + public List<OutBoundDetailsInput> WorkPieceInfoLst { get; set; } /// <summary> /// 瀵嗙爜 /// </summary> @@ -35,5 +36,17 @@ } - + /// <summary> + /// 鍑哄簱鎵ц杈撳叆鏄庣粏鍙傛暟 + /// </summary> + public class OutBoundDetailsInput + { + /// <summary> + /// 宸ヤ欢OP80鐮� + /// </summary> + public string OP80NewCode { get; set; } + + } + + } -- Gitblit v1.9.3