yuyou_x
2024-03-29 598ba81de7ee41a1f62fd818bf9c29e910ec3306
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>
        /// 盘点结果