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