fix: 跑马灯组件新增数据处理脚本配置项

跑马灯组件新增数据处理脚本配置项
main
hong.yang
parent 2ea06d2178
commit 3a31b9f195

@ -19,6 +19,9 @@ public class ScreenMarqueeChart extends Chart{
@ApiModelProperty(notes = "类型")
private String type = PageDesignConstant.BigScreen.Type.MARQUEE;
@ApiModelProperty(notes = "自定义处理数据源脚本")
private String dataHandler;
@ApiModelProperty(notes = "个性化")
private Customize customize = new Customize();

Loading…
Cancel
Save