<?php namespace app\common\model; /** * Description of IntegralItem * * @author sgq */ class IntegralItem extends RedisBaseModel { protected $table = "new_integral_item"; }