depart.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. return [
  3. 'list'=>[
  4. 'name'=>'部门列表',
  5. "msg"=>"%s 部门列表",
  6. "resplace"=>[],
  7. ],
  8. 'query'=>[
  9. 'name'=>'获取部门信息',
  10. "msg"=>"%s 获取部门信息PID【%s】",
  11. "resplace"=>['pid'],
  12. ],
  13. 'create'=>[
  14. 'name'=>'创建部门',
  15. "msg"=>"%s 创建部门【%s】",
  16. "resplace"=>['name'],
  17. ],
  18. 'save'=>[
  19. 'name'=>'编辑部门',
  20. "msg"=>"%s 编辑部门ID【%s】",
  21. "resplace"=>['id'],
  22. ],
  23. 'delete'=>[
  24. 'name'=>'删除部门',
  25. "msg"=>"%s 删除部门ID【%s】",
  26. "resplace"=>['id'],
  27. ],
  28. 'status'=>[
  29. 'name'=>'修改部门状态',
  30. "msg"=>"%s 修改部门状态ID【%s】",
  31. "resplace"=>['id'],
  32. ],
  33. 'deleteaccount'=>[
  34. 'name'=>'部门关联人员解除',
  35. "msg"=>"%s 部门关联人员解除ID【%s】",
  36. "resplace"=>['id'],
  37. ],
  38. 'Auth'=>[
  39. 'name'=>'',
  40. "msg"=>"",
  41. "resplace"=>[],
  42. ],
  43. 'GetBusinessInfoByParam'=>[
  44. 'name'=>'',
  45. "msg"=>"",
  46. "resplace"=>[],
  47. ],
  48. ];