huanghongfa
2021-09-26 f24a6fe8e82d12689c27a687bdbdb8a5fa05714a
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComActEasyPhotoCommentDTO.java
@@ -20,7 +20,7 @@
    @ApiModelProperty("评论内容")
    private String comment;
    @ApiModelProperty(value = "评论者id",hidden = true)
    @ApiModelProperty(value = "评论者id", hidden = true)
    private Long userId;
}