admin
2020-02-27 dd9fd78aec975c29d6c5ea4c802aca2b7f773d91
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")