Browse Source

feat(types): 部署问题

zhangweicheng 4 years ago
parent
commit
a5bcca7ff8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/src/interface/user.ts

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

@@ -96,7 +96,7 @@ export interface IAPUser {
   organizationalStructure: IAPOrganizationalStructure;
   organizationalStructure: IAPOrganizationalStructure;
   dataID: string;
   dataID: string;
   created: string;
   created: string;
-  createdID: string;
+  createdID: string; // 创建人ID
   isCreated?: boolean; // 是否可创建,字段由后台定义
   isCreated?: boolean; // 是否可创建,字段由后台定义
 }
 }