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