Files
MeSHard b22d09bd39 init
2025-12-01 11:19:23 +08:00

17 lines
661 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
return [
'Id' => '主键id',
'Name' => '事件名称',
'Type_id' => '事件类型id',
'Trigger_type' => '触发类型',//1自动触发2自主上报
'Uid' => '操作人',
'Lv' => '事件等级',
'Sort' => '排序(暂未用)',
'Res_department' => '响应部门',//1应急2交通3运营
'Is_feedback' => '是否反馈',//1反馈2不反馈
'Feedback_time' => '反馈时效',//(详情查对应数据)
'Update_time' => '修改时间',
'Is_del' => '状态'//1正常2禁用-1删除
];