Demo
2024-02-24 1543e640a8867fa7c8a99fae43402b81876a95a8
Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
@@ -66,28 +66,28 @@
        /// Default:
        /// Nullable:False
        /// </summary>           
        public int Qty {get;set;}
        public decimal Qty {get;set;}
        /// <summary>
        /// Desc:分配数量
        /// Default:
        /// Nullable:True
        /// </summary>           
        public int? AllotQty {get;set;}
        public decimal? AllotQty {get;set;}
        /// <summary>
        /// Desc:下架数量
        /// Default:0
        /// Nullable:True
        /// </summary>           
        public int? FactQty {get;set;}
        public decimal? FactQty {get;set;}
        /// <summary>
        /// Desc:拣货数量
        /// Default:0
        /// Nullable:True
        /// </summary>           
        public int? CompleteQty {get;set;}
        public decimal? CompleteQty {get;set;}
        /// <summary>
        /// Desc:包装编码