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