<?php namespace bizGhs\expend\models; use bizHd\base\models\Base; class Expend extends Base { public static function tableName() { return 'xhExpend'; } }