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