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