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