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