refactor: 代码合并

main
wu.jian2 2 years ago
commit 159de8de29

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

@ -44,9 +44,6 @@ public class ScreenInputChart extends Chart {
@ApiModelProperty(notes = "背景样式")
private BackgroundStyle backgroundStyle;
@ApiModelProperty(notes = "输入值")
private String value;
@ApiModelProperty(notes = "图标")
private Icon icon;

@ -23,9 +23,6 @@ public class ScreenTimePickerChart extends Chart {
@Data
public static class Customize {
@ApiModelProperty(notes = "值")
private String value;
@ApiModelProperty(notes = "选择框背景颜色")
private String backgroundColor;
@ -56,8 +53,6 @@ public class ScreenTimePickerChart extends Chart {
@ApiModelProperty(notes = "绑定值的格式")
private String valueFormat;
@ApiModelProperty("占位提示")
private String placeholder;
}

Loading…
Cancel
Save