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