派生自 web/flow_web
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> {