zhangxiao
2024-09-26 fa482274a588e97784c10099e45d030664aa4ceb
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) {