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