IPC-610
2025-01-02 4acb88b7afaab5b18a1c9ca8a78ce346297c382f
Wms/Model/ModelDto/BllCheckDto/StockCheckDto.cs
@@ -105,12 +105,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>
        /// 盘点结果
@@ -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>
        /// 盘点结果