<?php namespace bizHd\order\models; use bizHd\base\models\Base; class ScanPayRefund extends Base { public static function tableName() { return 'xhScanPayRefund'; } }