(improvement)(chat) modify sql field (#1380)

This commit is contained in:
williamhliu
2024-07-09 19:16:56 +08:00
committed by GitHub
parent ea4aa3eacf
commit c3b3b7e769
2 changed files with 9 additions and 9 deletions

View File

@@ -73,8 +73,8 @@ export type EntityDimensionType = {
};
export type SqlInfoType = {
s2SQL: string;
correctS2SQL: string;
parsedS2SQL: string;
correctedS2SQL: string;
querySQL: string;
};