fix: 修复新增租户报错

This commit is contained in:
xingyu
2022-10-11 17:10:57 +08:00
parent 9ab4165c4e
commit 0c362b64c2
5 changed files with 31 additions and 6 deletions

View File

@ -4,6 +4,8 @@ export type TenantVO = {
packageId: number
contactName: string
contactMobile: string
username: string
password: string
accountCount: number
expireTime: string
domain: string