pan
2025-11-16 cf83e0828b286b61b69a15005e6247d8b03f4cd8
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrderDetail.cs
@@ -111,5 +111,8 @@
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]
        public string Remark { get; set; }
        [SugarColumn(IsIgnore = true)]
        public decimal NeedOutQuantity => OrderQuantity - MoveQty;
    }
}