<?php namespace bizHd\pd\models; use bizHd\base\models\Base; class PdGoodsDetail extends Base { public static function tableName() { return 'xhPdGoodsDetail'; } }