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