ad_tenant.json 917 B

123456789101112131415161718192021222324252627282930313233343536
  1. [
  2. {
  3. "id": 161223412138053,
  4. "name": "中台",
  5. "code": "zhontai",
  6. "realName": "小雪",
  7. "phone": "18988889999",
  8. "email": "xiaoxue@zhontai.com",
  9. "userId": 161223411986501,
  10. "roleId": 161223412080709,
  11. "tenantType": 1,
  12. "dataIsolationType": 4,
  13. "dbType": 4,
  14. "connectionString": "Data Source=|DataDirectory|\\\\admindb.db; Pooling=true;Min Pool Size=1",
  15. "idleTime": 10,
  16. "enabled": true,
  17. "description": ""
  18. },
  19. {
  20. "id": 162083448455237,
  21. "name": "企业",
  22. "code": "qiye",
  23. "realName": "租户",
  24. "phone": "18988889999",
  25. "email": "tenant@qiye.com",
  26. "userId": 162083448746053,
  27. "roleId": 162083448594501,
  28. "tenantType": 2,
  29. "dataIsolationType": 4,
  30. "dbType": 4,
  31. "connectionString": "Data Source=|DataDirectory|\\\\admindb.db; Pooling=true;Min Pool Size=1",
  32. "idleTime": 10,
  33. "enabled": true,
  34. "description": ""
  35. }
  36. ]