define(OrderCommodity::class, function (Faker $faker) { return [ 'order_id' => 1, 'commodity_id' => 1, 'amount' => rand(1,100), 'wms_ptltaskid' => $faker->uuid, 'location' => $faker->uuid ]; });