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