|
@@ -111,7 +111,7 @@ type LuckySheetData struct {
|
|
|
Status int64 `json:"status" description:"激活状态"`
|
|
|
VisibleDataColumn []int64 `json:"visibledatacolumn" description:"所有列的位置信息,递增的列位置数据,初始化无需设置"`
|
|
|
VisibleDataRow []int64 `json:"visibledatarow" description:"所有行的位置信息,递增的行位置数据,初始化无需设置"`
|
|
|
- ZoomRatio int64 `json:"zoomRatio" description:"缩放比例"`
|
|
|
+ ZoomRatio float64 `json:"zoomRatio" description:"sheet缩放比例"`
|
|
|
}
|
|
|
|
|
|
// LuckySheetDataConfig sheet表单的配置
|