<?php namespace common\models; class xhApplyOrder extends xhBaseModel { public static function tableName() { return 'xhApplyOrder'; } }