sys_tenant.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. [
  2. {
  3. "id": 1,
  4. "tenantId": "000000",
  5. "contactUserName": "管理组",
  6. "contactPhone": "15888888888",
  7. "companyName": "XXX有限公司",
  8. "licenseNumber": null,
  9. "address": null,
  10. "intro": "多租户通用后台管理管理系统",
  11. "domain": null,
  12. "remark": null,
  13. "packageId": null,
  14. "expireTime": null,
  15. "accountCount": -1,
  16. "status": "0",
  17. "delFlag": "0",
  18. "createDept": 103,
  19. "createBy": 1,
  20. "updateBy": null,
  21. "updateTime": null
  22. },
  23. {
  24. "id": 452748015235141,
  25. "tenantId": "452748015218757",
  26. "contactUserName": "测试人员",
  27. "contactPhone": "18888888888",
  28. "companyName": "测试租户有限公司",
  29. "licenseNumber": "12312312312",
  30. "address": "13123123",
  31. "intro": "测试租户有限公司管理系统",
  32. "domain": null,
  33. "remark": "租户管理员账密:test/test123",
  34. "packageId": 450389924483141,
  35. "accountCount": -1,
  36. "status": "0",
  37. "delFlag": "0"
  38. }
  39. ]