sys_role.json 830 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. [
  2. {
  3. "id": 1,
  4. "tenant_id": "000000",
  5. "role_name": "超级管理员",
  6. "role_key": "superadmin",
  7. "role_sort": 1,
  8. "data_scope": "1",
  9. "menu_check_strictly": 1,
  10. "dept_check_strictly": 1,
  11. "status": "0",
  12. "del_flag": "0",
  13. "create_dept": 103,
  14. "create_by": 1,
  15. "update_by": null,
  16. "update_time": null,
  17. "remark": "超级管理员"
  18. },
  19. {
  20. "id": 2,
  21. "tenant_id": "000000",
  22. "role_name": "普通角色",
  23. "role_key": "common",
  24. "role_sort": 2,
  25. "data_scope": "2",
  26. "menu_check_strictly": 1,
  27. "dept_check_strictly": 1,
  28. "status": "0",
  29. "del_flag": "0",
  30. "create_dept": 103,
  31. "create_by": 1,
  32. "update_by": null,
  33. "update_time": null,
  34. "remark": "普通角色"
  35. }
  36. ]