admin
2020-03-19 0d91bad397c1a1b41bc77d9cd9f7555ed78f7f1a
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;
   }
}