<?php namespace bizGhs\pictext\models; use bizGhs\base\models\Base; class PicTextGoods extends Base { public static function tableName() { return 'xhPicTextGoods'; } }