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