fix:前端模型主键换位modelId

This commit is contained in:
Gsh
2025-07-05 15:59:22 +08:00
parent 23cecb9360
commit d27e625fde
3 changed files with 4 additions and 3 deletions

View File

@@ -11,4 +11,5 @@ export interface GetSessionListVO {
apiHost?: string;
apiKey?: string;
remark?: string;
modelId?: string;
}