Explorar o código

fix(types): role

qinlaiqiao %!s(int64=4) %!d(string=hai) anos
pai
achega
1518fbcfe8
Modificáronse 1 ficheiros con 1 adicións e 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列表
 }
 
 // 最近联系人