admin
2020-02-23 b8134c0133956c67cd94fb4efa036238df2cbe2e
fanli/src/main/java/com/yeshi/fanli/entity/dynamic/CommentInfo.java
@@ -43,7 +43,7 @@
   private String content;
   // 标签
   @Expose
   private List<ClientTextStyleVO> tagList = new ArrayList<>() ;
   private List<ClientTextStyleVO> tagList = new ArrayList<ClientTextStyleVO>() ;
   // 标签说明
   @Expose
   private String tagDesc;