z8018
2025-12-16 4dbdd03f0476e219b1593dda302f478c15860fa6
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrderDetail.cs
@@ -159,6 +159,18 @@
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "虚拟出入库数量")]
        public decimal NoStockOutQty { get; set; }
        // æ–°å¢žå­—段
        /// <summary>
        ///
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "回传MES数据")]
        public string ReturnJsonData { get; set; }
        [SugarColumn(IsNullable = true)]
        public decimal CurrentDeliveryQty { get; set; }
    }
}