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,12 @@
<?php
return [
'Id' => '主键id',
'Name' => '事件名称',
'License' => '车牌号(牵引车车牌)',
'Num' => '报警次数',
'Perimeter' => '报警周界id关联perimeter表',
'Perimeter_point' => '报警经纬度',
'Create_time' => '报警时间',
'Is_del' => '状态1正常2禁用-1删除'
];