<?php namespace Modules\Yinliu\Models; use Illuminate\Database\Eloquent\Model; class YinliuGzhConfigModel extends Model { protected $table = 'yinliu_gzh_config'; protected $guarded = []; }