liudong
2024-08-01 5ff5e947cbd5cc0d0819be8da5bbc18df8965a06
src/api/authority.ts
@@ -48,10 +48,10 @@
}
export interface Knowledge {
  "knowledgeId": string;
  "id": string;
  "createTime": string;
  "updateTime": string;
  "knowledgeName": string;
  "name": string;
}
export interface Result<T> {