作者 庄敏学

数据集获取数据fields报错

@@ -75,7 +75,7 @@ type TableData struct { @@ -75,7 +75,7 @@ type TableData struct {
75 //数据 75 //数据
76 Grid *TableDataGrid `json:"grid,optional"` 76 Grid *TableDataGrid `json:"grid,optional"`
77 //字段 77 //字段
78 - Fields []*Field `json:"fields"` 78 + Fields []*Field `json:"fields,optional"`
79 } 79 }
80 80
81 type TableDataGrid struct { 81 type TableDataGrid struct {