张天森
2022-11-10 4c0f9a7eb32a1a449fa472a01d9284642f19cc25
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;
}