mirror of
https://github.com/dataease/dataease.git
synced 2026-05-22 21:38:32 +08:00
refactor: 智能问数优化 (#17224)
This commit is contained in:
@@ -10,7 +10,7 @@ import java.util.List;
|
||||
|
||||
public interface DataAssistantApi {
|
||||
@GetMapping("/datasource")
|
||||
List<DataSQLBotAssistantVO> getDatasourceList(@RequestParam(required = false) Long dsId, @RequestParam(required = false) Long datasetId, @RequestParam(required = false) String dvInfo);
|
||||
List<DataSQLBotAssistantVO> getDatasourceList(@RequestParam(required = false) Long dsId, @RequestParam(required = false) Long tableId);
|
||||
|
||||
@GetMapping("/dataset/{dvInfo}")
|
||||
List<DataSQLBotDatasetVO> getDatasetList(@PathVariable String dvInfo);
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||
@Data
|
||||
public class DataSQLBotDatasetVO implements Serializable {
|
||||
|
||||
private Long tableId;
|
||||
private String tableId;
|
||||
|
||||
private String tableName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user