|
@@ -398,4 +398,11 @@ public class CustomAnalysisItemSetting extends BaseEntity<CustomAnalysisItemSett
|
|
|
*/
|
|
|
@TableField(value = "scatter_size")
|
|
|
private String scatterSize;
|
|
|
+
|
|
|
+ @TableField(value = "background_color")
|
|
|
+ private String backgroundColor;
|
|
|
+
|
|
|
+ @TableField(value = "grid_background_color")
|
|
|
+ private String gridBackgroundColor;
|
|
|
+
|
|
|
}
|