admin
2020-03-06 ce2c33ba07d0b0cbb14ec6b37b72b19d073b15af
fanli/src/main/java/com/yeshi/fanli/entity/dynamic/GoodsEvaluate.java
@@ -75,7 +75,7 @@
   
   @Expose
   @Field("imgList")
   private List<ImgInfo> imgList =  new ArrayList<>(); // 图片信息
   private List<ImgInfo> imgList =  new ArrayList<ImgInfo>(); // 图片信息
   
   @Field("shareNumReal")
@@ -87,7 +87,7 @@
   @Expose
   @Field("comments")
   private List<CommentInfo> comments = new ArrayList<>(); // 评论信息
   private List<CommentInfo> comments = new ArrayList<CommentInfo>(); // 评论信息
   
   @Expose
   @Field("publishTime")