海南旅游SAAS
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.
 
 
 

16 lines
338 B

<?php
return [
'labels' => [
'Category' => '产品分类',
'category' => '产品分类',
],
'fields' => [
'agent_id' => '代理商ID',
'pid' => '上级分类',
'name' => '分类名称',
'sort' => '排序',
'publish_type' => '产品模板',
],
'options' => [
],
];