chengsc
2024-10-15 86985a3e211ab4cc1e94a696c15a6f77d21c462a
Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs
@@ -110,7 +110,7 @@
        /// <summary>
        /// 实际数量
        /// </summary>           
        public int? RealQty { get; set; }
        public decimal? RealQty { get; set; }
        /// <summary>
        /// 盘点结果
@@ -192,7 +192,7 @@
        public string Standard { get; set; }
        public string LotNo { get; set; }
        public string LotText { get; set; }
        public int Qty { get; set; }
        public decimal? Qty { get; set; }
        public string SupplierLot { get; set; }
        public string PalletNo { get; set; }
@@ -233,12 +233,12 @@
        /// <summary>
        /// 库存数量
        /// </summary>           
        public int? Qty { get; set; }
        public decimal? Qty { get; set; }
        /// <summary>
        /// 实际数量
        /// </summary>           
        public int? RealQty { get; set; }
        public decimal? RealQty { get; set; }
        /// <summary>
        /// 盘点结果