Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
@@ -123,7 +123,7 @@ /// Default: /// Nullable:True /// </summary> public int? CompleteQty {get;set;} public decimal? CompleteQty {get;set;} /// <summary> /// Desc:状态 @@ -153,6 +153,16 @@ /// </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; }