mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
数据集
This commit is contained in:
@@ -54,3 +54,17 @@ type VisualDataSetTableFun struct {
|
||||
func (VisualDataSetTableFun) TableName() string {
|
||||
return "visual_data_set_table_function"
|
||||
}
|
||||
|
||||
type DataSetDataReq struct {
|
||||
TableId string `json:"tableId"` //数据集Id
|
||||
ShowNumType string `json:"showNumType"`
|
||||
ShowNum int64 `json:"showNum"`
|
||||
DataDs []map[string]interface{} `json:"dataDs"`
|
||||
DataQs []map[string]interface{} `json:"dataQs"`
|
||||
DataLs []map[string]interface{} `json:"dataLs"`
|
||||
}
|
||||
|
||||
type DataSetDataRes struct {
|
||||
Fields []string `json:"fields"`
|
||||
Series []map[string]interface{} `json:"series"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user