Browse Source

feat(types): 部署问题

zhangweicheng 4 năm trước cách đây
mục cha
commit
a5bcca7ff8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      types/src/interface/user.ts

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

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