This commit is contained in:
MeSHard
2025-12-01 11:19:23 +08:00
parent adc5fd81aa
commit b22d09bd39
4440 changed files with 815952 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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' => '消息内容'
];