define(\App\Storage::class, function (Faker $faker) { return [ "station_id" => rand(0,10), "material_box_id" => rand(0,10), "commodity_id" => 0 , "amount" => 0, "status" => 0, ]; });