pan
2025-11-28 cf3050083e157819b94781d0445547ffc73e21f2
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrderDetail.cs
@@ -143,5 +143,11 @@
        public decimal NeedOutQuantity => OrderQuantity - MoveQty;
        public decimal PickedQty { get; set; }
        public string documentsNO { get; set; }
        public decimal AllocatedQuantity { get; set; }
        public string BatchAllocateStatus { get; set; }
    }
}