You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
return [
|
|
'Name' => '名称',
|
|
'Type' => '发货方式',
|
|
'Type express' => '物流快递',
|
|
'Type selfetch' => '自提/到店',
|
|
'Type store' => '商家配送',
|
|
'Type autosend' => '自动发货',
|
|
'Type_ids' => '包含模板',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间'
|
|
];
|
|
|