<?php namespace bizGhs\express\models; use bizGhs\base\models\Base; class Express extends Base { public static function tableName() { return 'xhExpress'; } }