<?php namespace bizGhs\live\models; use bizGhs\base\models\Base; class LiveSeat extends Base { public static function tableName() { return 'xhLiveSeat'; } }