<?php namespace biz\item\models; use biz\base\models\Base; class Unit extends Base { public static function tableName() { return 'xhUnit'; } }