feat:【system 系统管理】租户管理时,支持填写多个域名 websites

This commit is contained in:
YunaiV
2025-08-19 22:59:07 +08:00
parent fb8179fef2
commit 3b2b0d5438
6 changed files with 56 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ export namespace SystemTenantApi {
contactMobile: string;
accountCount: number;
expireTime: Date;
website: string;
websites: string[];
status: number;
}
}