<?php namespace bizHd\ljh\models; use bizHd\base\models\Base; class LjhSn extends Base { public static function tableName() { return 'xhLjhSn'; } }