<?php namespace common\models; class xhGoodsSetting extends xhBaseModel { /** * @inheritdoc */ public static function tableName() { return 'xhGoodsSetting'; } }