From da39b2978318761d37737974d1cd2f4221d7474a Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期三, 06 三月 2024 09:38:04 +0800 Subject: [PATCH] pda数量拣货后台方法修改,确认拣货后台逻辑代码修改,修改拣货明细页面 --- Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs b/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs index fa16da3..0fe0ca2 100644 --- a/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs +++ b/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs @@ -121,5 +121,14 @@ /// </summary> public string OrderCode { get; set; } + /// <summary> + /// 澶嶆牳浜� + /// </summary> + public int CheckUser { get; set; } + + /// <summary> + /// 澶嶆牳鏃堕棿 + /// </summary> + public DateTime? CheckTime { get; set; } } } -- Gitblit v1.8.0