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