iotkit-parent/data/init/sys_tenant.json

25 lines
547 B
JSON
Raw Normal View History

2023-06-05 09:52:37 +00:00
[
{
"id": 1,
2023-06-05 13:34:47 +00:00
"tenantId": "000000",
"contactUserName": "管理组",
"contactPhone": "15888888888",
"companyName": "XXX有限公司",
"licenseNumber": null,
2023-06-05 09:52:37 +00:00
"address": null,
"intro": "多租户通用后台管理管理系统",
"domain": null,
"remark": null,
2023-06-05 13:34:47 +00:00
"packageId": null,
"expireTime": null,
"accountCount": -1,
2023-06-05 09:52:37 +00:00
"status": "0",
2023-06-05 13:34:47 +00:00
"delFlag": "0",
"createDept": 103,
"createBy": 1,
2023-06-05 09:52:37 +00:00
2023-06-05 13:34:47 +00:00
"updateBy": null,
"updateTime": null
2023-06-05 09:52:37 +00:00
}
]