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