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