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