Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
@@ -153,16 +153,6 @@ /// </summary> public string OutMode { get; set; } /// <summary> /// 复核人 /// </summary> public int CheckUser { get; set; } /// <summary> /// 复核时间 /// </summary> public DateTime? CheckTime { get; set; } [Navigate(NavigateType.OneToOne, nameof(LogisticsId))] public SysLogisticsInfo LogisticsInfoInfo { get; set; }