<?php namespace biz\shop\models; use biz\base\models\Base; class Shop extends Base { public static function tableName() { return 'xhShop'; } }