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