feat: 首页添加签单率和调整;告警删除提醒人

This commit is contained in:
caiyuchao
2025-08-15 16:55:32 +08:00
parent 71970cd5ad
commit 4698b63b0e
3 changed files with 21 additions and 33 deletions

View File

@@ -23,6 +23,7 @@ export namespace CustomerApi {
licenseCount: number;
userCount: number;
contractCount: number;
signingRate: number;
}
}