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