<?php namespace common\models; class xhUserAlipayPoint extends xhBaseModel { /** * @inheritdoc */ public static function tableName() { return 'xhUserAlipayPoint'; } }