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