Files
fast_response/admin/application/admin/lang/zh-cn/firm.php
2025-03-21 21:12:47 +08:00

12 lines
252 B
PHP

<?php
return [
'Id' => 'ID',
'Name' => '企业简称',
'Full_name' => '企业名称',
'Address' => '地址',
'Phone' => '电话',
'Person' => '联系人',
'Create_time' => '创建时间'
];