yujian
2020-01-03 2d538eff0cfe0eadff3cb9d9c1db9e45f6109ab1
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;
   }
}