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

14 lines
338 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'ProductExportLog' => '产品导出Excel日志',
  5. 'product-export-log' => '产品导出Excel日志',
  6. 'export' => '产品导出Excel日志',
  7. ],
  8. 'fields' => [
  9. 'supplier_id' => '供应商ID',
  10. 'filename' => '导出文件名',
  11. ],
  12. 'options' => [
  13. ],
  14. ];