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

16 lines
645 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',
'Driver_id' => '司机ID',//(接收者ID)
'Type' => '消息类型',//:1-事故报警;2-一书一签;3-入园上报;4-报备提醒
'Event_id' => '事件ID',//(关联报警表或入园上报的主键ID)
'Vehicle_no' => '车牌号',
'Status' => '状态',//:0-审核中;1-已通过;2-未通过
'Is_read' => '状态',//0-未读;1-已读
'Create_time' => '发送时间',//(≈消息发送时间)
'Update_time' => '读取时间',//(读取时间)
'M_filename' => '文档名称',
'M_content' => '消息内容'
];