ufutx.love.util/app/Models/Server/MEarningwithdraws.php
2025-08-12 14:46:31 +08:00

13 lines
225 B
PHP

<?php
namespace App\Models\Server;
use Illuminate\Database\Eloquent\Model;
class MEarningwithdraws extends Model
{
protected $table = 'm_earning_withdraws';
protected $fillable = [];
protected $guarded = [];
}