mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
12 lines
317 B
PHP
12 lines
317 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => '编号',
|
|
'name' => '部门名称',
|
|
'manager' => '领导',
|
|
'location' => '位置',
|
|
'create' => '创建部门',
|
|
'update' => '更新部门',
|
|
);
|