car/application/admin/lang/zh-cn/cars.php
2025-06-22 19:49:53 +08:00

13 lines
314 B
PHP

<?php
return [
'Title' => '展示标题',
'Brand_id' => '品牌 ID',
'Series_id' => '车系 ID',
'Price' => '展示价格(万元)',
'Cover_image' => '封面图',
'Location' => '城市名',
'Contact_id' => '联系人 ID',
'Is_active' => '是否上架'
];