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