<?php namespace app\weixin\model; use think\Model; class Activity extends Model { protected $table = 'sg_activity'; }