<?php namespace bizGhs\demo\models; use bizGhs\base\models\Base; class Demo extends Base { public static function tableName() { return 'xhGhsItem'; } }