define(StationTask::class, function (Faker $faker) { $status = ['待处理','挂起','处理中','完成','异常','取消']; return [ "status"=>'待处理', 'station_id' => 0 ]; });