<?php namespace common\services; use Yii; use common\models\xhUserAlipayPoint; class xhUserAlipayPointService { public static function add($data) { return xhUserAlipayPoint::add($data); } }