<?php namespace biz\goods\models; use biz\base\models\Base; class GoodsSetting extends Base { public static function tableName() { return 'xhGoodsSetting'; } }