Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
@@ -116,14 +116,14 @@
        /// Default:
        /// Nullable:False
        /// </summary>           
        public int Qty {get;set;}
        public decimal Qty {get;set;}
        /// <summary>
        /// Desc:拣货数量
        /// Default:
        /// Nullable:True
        /// </summary>           
        public int? CompleteQty {get;set;}
        public decimal? CompleteQty {get;set;}
        /// <summary>
        /// Desc:状态
@@ -153,6 +153,8 @@
        /// </summary>           
        public string OutMode { get; set; }
        [Navigate(NavigateType.OneToOne, nameof(LogisticsId))]
        public SysLogisticsInfo LogisticsInfoInfo { get; set; }