新增 UsdtC2C Resource 与页面
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class UsdtC2c extends Model
|
||||
{
|
||||
protected $table = 'UsdtC2c';
|
||||
public $timestamps = true; // 我们只用 created_at 字段
|
||||
protected $fillable = ['Highest', 'Million', 'created_at'];
|
||||
}
|
||||
Reference in New Issue
Block a user