export.php 524 B

123456789101112131415
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | 导出配置
  4. // 1、在字典中添加导出类型
  5. // 2、配置对应的后台list类
  6. // +----------------------------------------------------------------------
  7. return [
  8. 'max_limit_length'=>50000,
  9. 'download_type' => [
  10. '1' => 'EngineerBillDownload',
  11. '2' => 'MasterWorkerServiceOrderDownload',
  12. '3' => 'UserEquityDownload',
  13. '4' => 'master_commission.MasterWorkerCommissionNoticeLists',
  14. ],
  15. ];