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