mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-06 11:27:32 -08:00
12 lines
168 B
PHP
12 lines
168 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'id' => '编号',
|
||
|
'months' => '月数',
|
||
|
'term' => '条件',
|
||
|
'title' => '名称',
|
||
|
'depreciation_min' => '底值',
|
||
|
|
||
|
];
|