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