zhangxiao
2024-08-16 97c573e810e85fe73fdf2d15b5ab1e04248d17a6
src/api/authority.ts
@@ -3,6 +3,7 @@
export interface User {
  userId: string;
  loginName:string;
  userName: string;
  nickName: string;
  email: string;
@@ -14,6 +15,9 @@
  dialogs: any;
  createTime: string;
  status: string;
  psw:string;
  role:string;
  roleName:string;
}
export interface Organization {
@@ -78,6 +82,7 @@
  resources: any;
  knowledges: any;
  dialogs: any;
  agents: any;
}
export function RoleList(params: Pagination) {