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