<?php namespace bizGhs\notify\models; use bizGhs\base\models\Base; class Notify extends Base { public static function tableName() { return 'xhGhsNotify'; } }