<?php
/**
 * Created by PhpStorm.
 * User: Hardy
 * Date: 2020/7/16
 * Time: 17:27
 */


namespace App\Modules\WechatMaterial\Models;


use Illuminate\Database\Eloquent\Model;

class WechatOfficialAccountMaterialSendStatistics extends Model
{
    protected $table = 'wechat_official_account_material_send_statistics';
    protected $connection = 'api_mysql';

    protected $fillable = ['id','batch_id', 'appid','wechat_material_id', 'first_day_material_uv', 'first_day_url_uv', 'created_at', 'updated_at'];




}