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