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