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