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