<?php namespace bizGhs\order\models; use bizGhs\base\models\Base; class RefundOrder extends Base { public static function tableName() { return 'xhRefund'; } }