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