Files
2026-08-08 15:53:53 +08:00

14 lines
251 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
namespace App\Models\PSI;
use Core\Model;
/**
* PSI 紧急事件 / 站内提醒(psi_events
* 所有 PSI 相关人员可见;read_by 记录已读的管理员 uid。
*/
class Event extends Model
{
protected $table = 'psi_events';
}