Explorar el Código

feat(types): 部署问题

zhangweicheng hace 4 años
padre
commit
a5bcca7ff8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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; // 是否可创建,字段由后台定义
 }