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