<?php namespace App\Model; use Illuminate\Database\Eloquent\Model; class BigKingTbj extends Model { protected $table = "big_king_tbj"; //指定表 const CREATED_AT = null; const UPDATED_AT = null; protected $dateFormat = 'U'; protected $guarded = []; }