<?php namespace bizGhs\book\models; use bizGhs\base\models\Base; class BookCgChangeGlobal extends Base { public static function tableName() { return 'xhBookCgChangeGlobal'; } }