<?php namespace bizGhs\clear\models; use bizGhs\base\models\Base; class ClearRefundSn extends Base { public static function tableName() { return 'xhClearRefundSn'; } }