yinbangzhong
2024-09-05 6b5f0408ab95f5ea135f97924c6e414042cd2a88
src/api/authority.ts
@@ -13,7 +13,7 @@
  createTime: string;
  status: string;
  psw: string;
  role: string;
  role: string[];
  roleName: string;
}
@@ -80,6 +80,7 @@
  knowledges: any;
  dialogs: any;
  agents: any;
  llms: any;
}
export function RoleList(params: Pagination) {