DistrictModel::insert([ 'code' => $data->code, 'name' => $data->name, 'region_id' => $data->region_id, 'sorting' => $data->sorting, ]);