define(StationTaskMaterialBox::class, function (Faker $faker) { return [ 'station_id' => 0, 'material_box_id' => 0, 'status'=>'待处理', 'type' => 0, 'station_task_batch_id' =>0 , 'station_task_id' => 0 ]; });