admin
2020-02-27 be05279bfbc10defc002d7718f46a49f3c96d05e
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;