heshaofeng
2026-03-20 c9db6bb46441d1be1404ca71ff2d38a65e7cac89
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_TakeStockOrderDetail.cs
@@ -140,5 +140,12 @@
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "盘点单单据")]
        [ExporterHeader(DisplayName = "盘点单单据")]
        public string TakeStockNo { get; set; }
        /// <summary>
        /// å·®å¼‚数量
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "差异数量")]
        [ExporterHeader(DisplayName = "差异数量")]
        public decimal DifferenceQty { get; set; }
    }
}