<?php namespace bizJd\sj\models; use bizJd\base\models\Base; class Sj extends Base { public static function tableName() { return 'xhSj'; } }