public interface ChartScenePackageService
| Modifier and Type | Method and Description |
|---|---|
String |
exportScene(ChartSceneExportDTO exportDTO)
导出图表场景包
|
String |
exportTemplate(ChartSceneExportDTO exportDTO)
导出图表场景模板包
|
String |
importScene(String sceneId,
org.springframework.web.multipart.MultipartFile file)
导入图表场景包
|
String |
importTemplate(String templateId,
org.springframework.web.multipart.MultipartFile file)
导入图表场景模板包
|
String exportScene(ChartSceneExportDTO exportDTO)
exportDTO - 导出参数String exportTemplate(ChartSceneExportDTO exportDTO)
exportDTO - 导出参数String importScene(String sceneId, org.springframework.web.multipart.MultipartFile file)
sceneId - 指定覆盖的场景id,空值时新建场景file - 场景包文件Copyright © 2026. All rights reserved.