admin
2020-03-20 f0d06601a6be8c09ef5e8e7e76666cb1e8ef72a5
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;
   }
}