_Main/BL/Type_CapacityAllocationResults/StaticMethod_Test.qbl
@@ -6,8 +6,10 @@ { TextBody: [* traverse ( macroPlan, SalesDemand, sd, sd.ProductID() = "Chassis - SUV 1" ) { traverse ( macroPlan, SalesDemand, sd, sd.ProductID() = "ProXOver 1 D2.6 A" and sd.StockingPointID() = "Carco Philadelphia" and sd.StartDate() = Date::Construct( 2020, 4, 1 ) ) { info( "数量:", sd.Quantity() ); } *] }