<?php namespace biz\ghs\models; use biz\base\models\Base; class GhsBack extends Base { public static function tableName() { return 'xhGhsBack'; } }