<?php namespace biz\goods\models; use biz\base\models\Base; class Goods extends Base { public static function tableName() { return 'xhGoods'; } }