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