Administrator
2024-02-01 b6337b7478765f3bf3628e84c0ecfac133d61b95
Wms/WMS.Entity/BllAsnEntity/BllArrivalNoticeDetail.cs
@@ -58,21 +58,21 @@
        /// Default:
        /// Nullable:False
        /// </summary>           
        public int Qty {get;set;}
        public decimal Qty {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:包装编号