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; } } }