Browse Source

优化警报 信息2

master
wanghongjun 1 month ago
parent
commit
9fc6d031a7
  1. 14
      app/Models/AdminNotice.php

14
app/Models/AdminNotice.php

@ -12,6 +12,20 @@ class AdminNotice extends Model
protected $table = 'admin_notice';
protected $fillable = [
'alarm_time',
'alarm_type',
'camera_ip',
'msg_type',
'msg_content',
'space_id',
'floor_id',
'camera_id',
'is_read',
'user_id',
'pattern_id'
];
/**
* The attributes that should be hidden for serialization.
* @var array<int, string>

Loading…
Cancel
Save