|
@@ -25,9 +25,6 @@ public class ScreenDateTimePickerChart extends Chart {
|
|
@Data
|
|
@Data
|
|
public static class Customize {
|
|
public static class Customize {
|
|
|
|
|
|
- @ApiModelProperty(notes = "值")
|
|
|
|
- private String value;
|
|
|
|
-
|
|
|
|
@ApiModelProperty(notes = "选择框背景颜色")
|
|
@ApiModelProperty(notes = "选择框背景颜色")
|
|
private String bgColor;
|
|
private String bgColor;
|
|
|
|
|
|
@@ -46,9 +43,6 @@ public class ScreenDateTimePickerChart extends Chart {
|
|
@ApiModelProperty(notes = "绑定值的格式")
|
|
@ApiModelProperty(notes = "绑定值的格式")
|
|
private String valueFormat;
|
|
private String valueFormat;
|
|
|
|
|
|
- @ApiModelProperty(notes = "占位提示")
|
|
|
|
- private String placeholder;
|
|
|
|
-
|
|
|
|
@ApiModelProperty(notes = "下拉框")
|
|
@ApiModelProperty(notes = "下拉框")
|
|
private Map<String, Object> dropDownBox;
|
|
private Map<String, Object> dropDownBox;
|
|
|
|
|