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