sys_role.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [
  2. {
  3. "id": 1,
  4. "tenantId": "000000",
  5. "roleName": "超级管理员",
  6. "roleKey": "superadmin",
  7. "roleSort": 1,
  8. "data_scope": "1",
  9. "menuCheck_strictly": 1,
  10. "deptCheck_strictly": 1,
  11. "status": "0",
  12. "delFlag": "0",
  13. "createDept": 103,
  14. "createBy": 1,
  15. "updateBy": null,
  16. "updateTime": null,
  17. "remark": "超级管理员"
  18. },
  19. {
  20. "id": 2,
  21. "tenantId": "000000",
  22. "roleName": "普通角色",
  23. "roleKey": "common",
  24. "roleSort": 2,
  25. "data_scope": "2",
  26. "menuCheck_strictly": 1,
  27. "deptCheck_strictly": 1,
  28. "status": "0",
  29. "delFlag": "0",
  30. "createDept": 103,
  31. "createBy": 1,
  32. "updateBy": null,
  33. "updateTime": null,
  34. "remark": "普通角色"
  35. },
  36. {
  37. "id": 452767970971717,
  38. "tenantId": "452748015218757",
  39. "roleName": "管理员",
  40. "roleKey": "admin",
  41. "roleSort": 1,
  42. "data_scope": null,
  43. "menuCheck_strictly": null,
  44. "deptCheck_strictly": null,
  45. "status": "0",
  46. "delFlag": "0",
  47. "remark": "管理员"
  48. }
  49. ]