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