feat: 指标卡组件添加属性

main
hong.yang 1 year ago
parent 9d49f54ae8
commit 93cd27364f

@ -80,6 +80,15 @@ public class ScreenIndexCardChart extends Chart {
@ApiModelProperty(notes = "单位字体颜色") @ApiModelProperty(notes = "单位字体颜色")
private String unitColor; private String unitColor;
@ApiModelProperty(notes = "渐变方向")
private String gradientDirection;
@ApiModelProperty(notes = "渐变颜色0")
private String gradientColor0;
@ApiModelProperty(notes = "渐变颜色1")
private String gradientColor1;
} }
} }

@ -71,7 +71,14 @@ public class ScreenIndicatorCardChart extends Chart {
@ApiModelProperty(notes = "单位字体颜色") @ApiModelProperty(notes = "单位字体颜色")
private String unitColor; private String unitColor;
@ApiModelProperty(notes = "渐变方向")
private String gradientDirection;
@ApiModelProperty(notes = "渐变颜色0")
private String gradientColor0;
@ApiModelProperty(notes = "渐变颜色1")
private String gradientColor1;
} }
} }

Loading…
Cancel
Save