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