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