23 lines
631 B
PHP
23 lines
631 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => '税类',
|
|
'rule' => '规则',
|
|
'based_on' => '基于',
|
|
'priority' => '优先级',
|
|
'tax_classes_index' => '税类列表',
|
|
'tax_classes_create' => '创建税类',
|
|
'tax_classes_show' => '税类详情',
|
|
'tax_classes_update' => '更新税类',
|
|
'tax_classes_delete' => '删除税类',
|
|
];
|