You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Content_id' => '主表ID',
|
|
'Realname' => '证人姓名',
|
|
'Phone' => '证人手机号',
|
|
'Cardno' => '证人身份证号',
|
|
'Address' => '证人地址',
|
|
'Createtime' => '添加时间',
|
|
'Updatetime' => '修改时间',
|
|
'Deletetime' => '删除时间'
|
|
];
|
|
|