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