mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
16fb2213b5
Signed-off-by: snipe <snipe@snipe.net>
12 lines
168 B
PHP
12 lines
168 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'id' => '编号',
|
|
'months' => '月数',
|
|
'term' => '条件',
|
|
'title' => '名称',
|
|
'depreciation_min' => '底值',
|
|
|
|
];
|