9 lines
137 B
PHP
9 lines
137 B
PHP
<?php
|
|
|
|
return [
|
|
'junka_name'=> '卡种',
|
|
'price' => '提货价',
|
|
'Code' => '编码',
|
|
'Par_value' => '面值'
|
|
];
|