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

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Category' => '产品分类',
  5. 'category' => '产品分类',
  6. ],
  7. 'fields' => [
  8. 'agent_id' => '代理商ID',
  9. 'pid' => '上级分类',
  10. 'name' => '分类名称',
  11. 'sort' => '排序',
  12. 'publish_type' => '产品模板',
  13. ],
  14. 'options' => [
  15. ],
  16. ];