<?php namespace bizGhs\order\models; use bizGhs\base\models\Base; class OrderSend extends Base { public static function tableName() { return 'xhGhsOrderSend'; } }