feat:【system】租户管理:100%

This commit is contained in:
YunaiV
2025-12-21 10:02:30 +08:00
parent 0193a408c7
commit ba84f64e37
10 changed files with 78 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ export interface Tenant {
contactName: string
contactMobile: string
accountCount: number
expireTime: Date
expireTime: Date | any
websites: string[]
status: number
createTime?: Date