<?php namespace common\models; use Yii; class xhGoods extends xhBaseModel { public static function tableName() { return 'xhGoods'; } }