<?php namespace bizGhs\cp\models; use bizGhs\base\models\Base; class PtCp extends Base { public static function tableName() { return 'xhPtCp'; } }