sys_role.json 808 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. ]