From c5b5363e2cb22b09f84a4026361fd53b2819f651 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期六, 14 六月 2025 14:49:37 +0800 Subject: [PATCH] 入库申请LED屏幕增加物料信息显示 --- Admin.NET/WCS.Application/Service/WcsTask/Dto/WcsTaskOutput.cs | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/Admin.NET/WCS.Application/Service/WcsTask/Dto/WcsTaskOutput.cs b/Admin.NET/WCS.Application/Service/WcsTask/Dto/WcsTaskOutput.cs index 928a687..8652d26 100644 --- a/Admin.NET/WCS.Application/Service/WcsTask/Dto/WcsTaskOutput.cs +++ b/Admin.NET/WCS.Application/Service/WcsTask/Dto/WcsTaskOutput.cs @@ -100,7 +100,21 @@ /// 鎷嗗灈鏁伴噺 /// </summary> public int? CompleteQty { get; set; } - + + /// <summary> + /// 鏄惁缁戝畾 + /// </summary> + public IsBindEnum? IsBind { get; set; } + + /// <summary> + /// 鏁村灈鏁伴噺 + /// </summary> + public int? PalletQty { get; set; } + + /// <summary> + /// 鎷嗗灈宸ヤ綅鍙� + public string? StationNum { get; set; } + /// <summary> /// 鎷h揣鏂瑰紡 /// </summary> @@ -115,7 +129,12 @@ /// 瀹屾垚鏃堕棿 /// </summary> public DateTime? FinishDate { get; set; } - + + /// <summary> + /// 鍗曟嵁鍙� + /// </summary> + public string? OrderNo { get; set; } + /// <summary> /// 鏈�鍚庡啓鍏ユ祦绋嬫帶鍒跺瓧鍊� /// </summary> -- Gitblit v1.8.0