<?php
namespace app\store\model;
use think\Model;
class WechatFriendModel extends Model
{
protected $table = 's2_wechat_friend';
}