<?php namespace bizGhs\order\models; use bizGhs\base\models\Base; class OrderTree extends Base { public static function tableName() { return 'xhGhsOrderTree'; } }