9 lines
114 B
PHP
9 lines
114 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'sale_price' => '销售价格',
|
|
'purchase_price' => '采购价格',
|
|
|
|
];
|