yinbangzhong
2024-09-10 1da0bc255179f25b5227bec27833cf486cb6cb90
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) {