Files
MeSHard b22d09bd39 init
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' => '消息内容'
];