admin
2020-03-05 58720dd94aae4c360e9a18c5e608033c85d4e11f
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")