|
@@ -27,9 +27,8 @@ const (
|
|
|
|
|
|
// MixedTableReq 混合表格保存请求参数
|
|
|
type MixedTableReq struct {
|
|
|
- CellRelation string `description:"单元格关系"`
|
|
|
- Data [][]MixedTableCellDataReq `description:"混合表格单元格参数"`
|
|
|
- CalculateChainList []string `description:"计算公式链"`
|
|
|
+ CellRelation string `description:"单元格关系"`
|
|
|
+ Data [][]MixedTableCellDataReq `description:"混合表格单元格参数"`
|
|
|
}
|
|
|
|
|
|
// MixedTableCellDataReq 混合表格单元格参数
|