<?php namespace bizGhs\express\models; use bizGhs\base\models\Base; class GhsExpressSn extends Base { public static function tableName() { return 'xhGhsExpressSn'; } }