create(); // 生成商家三表关联测试数据 // $this->call(StoreTestDataSeeder::class); // 生成缴费充值套餐测试数据 $this->call(PayMealsSeeder::class); // 生成充值缴费订单测试数据 $this->call(PayOrdersSeeder::class); } }