Sfoglia il codice sorgente

feat(type): 用户是否可创建项目

vian 4 anni fa
parent
commit
dd462cc118
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      types/src/interface/user.ts

+ 1 - 0
types/src/interface/user.ts

@@ -97,6 +97,7 @@ export interface IAPUser {
   dataID: string;
   created: string;
   createdID: string;
+  isCreated?: boolean; // 是否可创建,字段由后台定义
 }
 
 // 最近联系人