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