正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 { |
-
请 注册 或 登录 后发表评论