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