fix: 组件新增version属性

组件新增version属性
main
hong.yang 2 years ago
parent dfdd6445e5
commit 9c8b3ee427

@ -16,6 +16,9 @@ import java.util.List;
@Data
public class CustomComponentChart extends Chart {
@ApiModelProperty(notes = "版本")
private String version;
@ApiModelProperty(notes = "类型")
private String type = PageDesignConstant.BigScreen.Type.CUSTOM_COMPONENT;

@ -20,6 +20,9 @@ public class ScreenTablesChart extends Chart {
@ApiModelProperty(notes = "数据源")
private BaseChartDataSource dataSource;
@ApiModelProperty(notes = "版本")
private String version;
@ApiModelProperty(notes = "类型")
private String type = PageDesignConstant.BigScreen.Type.TABLES;

Loading…
Cancel
Save