<?php
declare(strict_types=1);
namespace App\Model;
class UserPlayDataCount extends Model
{
protected $table = 'tab_user_play_data_count';
}