审查视图

application/admin/lang/zh-cn/battery_code.php 267 字节
王智 authored
1 2 3 4 5 6 7
<?php

return [
    'Id'          => 'ID',
    'Title'       => '电池类型名称',
    'Batterycode' => '电池编码',
    'Createtime'  => '创建时间',
2  
杨育虎 authored
8 9 10
    'Updatetime'  => '更改时间',
    'Avatar'      => '设备头图',
    'Manufactor'  => '厂家'
王智 authored
11
];