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