admin
2020-03-01 ec8a1c6f81b5747e9efce86faaba33d10df7f61d
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;
   }
}