<?php namespace app\weixin\model; use think\Model; class WxGroup extends Model { protected $pk= 'id'; protected $table = 'wxgroup'; }