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