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