companyapply.php 631 B

123456789101112131415161718192021
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'User_id' => 'user id',
  5. 'Name' => 'Name',
  6. 'Mobile' => 'Mobile',
  7. 'Email' => 'Email',
  8. 'Company_name' => 'Company name',
  9. 'Company_type' => 'Company type',
  10. 'Remark' => 'Remark',
  11. 'Createtime' => 'Create time',
  12. 'Updatetime' => 'Update time',
  13. 'Status' => 'Status',
  14. 'Status 0' => 'pending',
  15. 'Status 1' => 'processed',
  16. 'Audittime' => 'processing time',
  17. 'Auditremark' => 'processing remarks',
  18. 'User.firstname' => '名',
  19. 'User.lastname' => '姓'
  20. ];