KTVCentral/app/Models/OtherSet.php
allen.yan 6c30932855 202508131406
加入 OtherSet 放相關設定
調整 心跳 回傳 OtherSet 資料
修正 包廂移除問題
修正 包廂無法新增問題
2025-08-13 14:09:03 +08:00

11 lines
149 B
PHP

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class OtherSet extends Model
{
protected $fillable = ['name', 'value'];
}