<?php namespace biz\sj\models; use biz\base\models\Base; class CashSn extends Base { public static function tableName() { return 'xhCashSn'; } }