合并代码

This commit is contained in:
gxwebsoft
2023-06-09 12:30:46 +08:00
parent f5cb3dc489
commit 4eca2ea5f5
13 changed files with 331 additions and 221 deletions

View File

@@ -13,6 +13,7 @@ export interface ProjectUser {
avatar?: string;
email?: string;
phone?: string;
organizationName?: string;
projectId?: number;
status?: string;
createTime?: string;