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