<?php namespace bizHd\item\models; use bizHd\base\models\Base; class PriceChange extends Base { public static function tableName() { return 'xhGhsPriceChange'; } }