<?php namespace app\common\model; use think\Model; /** * Description of SysConfig * * @author sgq */ class SysConfig extends Model { protected $table = "sys_config"; }