<?php namespace App\Model; use Illuminate\Database\Eloquent\Model; //联营分类模型 class SpuBrandModel extends Model { protected $connection = 'spu'; protected $table='brand'; protected $primaryKey = 'brand_id'; public $timestamps = false; }