<?php namespace bizGhs\cg\models; use bizGhs\base\models\Base; class Cg extends Base { public static function tableName() { return 'xhGhsCgOrder'; } }