Explorar el Código

fix(types): role

qinlaiqiao hace 4 años
padre
commit
1518fbcfe8
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

@@ -98,7 +98,7 @@ export interface IAPUser {
   created: string;
   createdID: string; // 创建人ID
   isCreated?: boolean; // 是否可创建,字段由后台定义
-  roleIDS?: string[]; // 角色ID列表
+  roleIDs?: string[]; // 角色ID列表
 }
 
 // 最近联系人