<?php namespace biz\product\models; use biz\base\models\Base; class Product extends Base { public static function tableName() { return 'xhGhsItem'; } }