love_php/app/Models/Server/MEarningShare.php

11 lines
186 B
PHP
Raw Permalink Normal View History

2026-04-02 09:20:51 +08:00
<?php
namespace App\Models\Server;
use Illuminate\Database\Eloquent\Model;
class MEarningShare extends Model
{
public $fillable = ["user_id", "type", 'type_id', 'from_openid'];
}