Administrator
2024-03-23 667736c9393c0f12814150c0c1cef77c078576e1
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:包装编码
@@ -148,6 +148,14 @@
        public string OrderDetailCode { get; set; }
        /// <summary>
        /// Desc:是否下发批次(上游系统)
        /// Default: 0:未下发批次   1:下发批次
        /// Nullable:True
        /// </summary>
        public string IsIssueLotNo { get; set; }
        /// <summary>
        /// 自定义列1
        /// </summary>
        public string UDF1 { get; set; }