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