|
@@ -96,7 +96,7 @@ type LuckySheetDataBak 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缩放比例"`
|
|
|
}
|
|
|
|
|
|
// LuckySheetData sheet表格数据
|