yuyou_x
2024-03-07 4924bec5e175fc3456bb1e6a6539ffa1620b573e
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:包装编号