sys_tenant.json 561 B

123456789101112131415161718192021222324
  1. [
  2. {
  3. "id": 1,
  4. "tenant_id": "000000",
  5. "contact_user_name": "管理组",
  6. "contact_phone": "15888888888",
  7. "company_name": "XXX有限公司",
  8. "license_number": null,
  9. "address": null,
  10. "intro": "多租户通用后台管理管理系统",
  11. "domain": null,
  12. "remark": null,
  13. "package_id": null,
  14. "expire_time": null,
  15. "account_count": -1,
  16. "status": "0",
  17. "del_flag": "0",
  18. "create_dept": 103,
  19. "create_by": 1,
  20. "update_by": null,
  21. "update_time": null
  22. }
  23. ]