fanli/src/main/java/com/yeshi/fanli/vo/msg/ClientTextStyleVO.java
@@ -17,6 +17,9 @@ private String bottomColor; @Expose private String img; @Expose private String fontSize = "1"; // 字体倍数 public ClientTextStyleVO(String content, String color) { this.content = content; @@ -74,4 +77,12 @@ public void setBottomColor(String bottomColor) { this.bottomColor = bottomColor; } public String getFontSize() { return fontSize; } public void setFontSize(String fontSize) { this.fontSize = fontSize; } }