文件还在测试中
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace App\Models\PSI;
|
||||
|
||||
use Core\Model;
|
||||
|
||||
/**
|
||||
* PSI 紧急事件 / 站内提醒(psi_events)
|
||||
* 所有 PSI 相关人员可见;read_by 记录已读的管理员 uid。
|
||||
*/
|
||||
class Event extends Model
|
||||
{
|
||||
protected $table = 'psi_events';
|
||||
}
|
||||
Reference in New Issue
Block a user