101captain
2021-11-09 e7f03acfa5ee4ad4fd6d1ee9e9ae9a5655488f6d
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComActEasyPhotoCommentUserDTO.java
@@ -14,12 +14,12 @@
@ApiModel("评论点赞 、取消点赞")
public class ComActEasyPhotoCommentUserDTO {
    @ApiModelProperty(value = "评论主键",example = "1")
    @ApiModelProperty(value = "评论主键", example = "1")
    private Long id;
    @ApiModelProperty(value = "操作类型 1 点赞 2 取消点赞",example = "2")
    @ApiModelProperty(value = "操作类型 1 点赞 2 取消点赞", example = "2")
    private Integer type;
    @ApiModelProperty(value = "操作用户",hidden = true)
    @ApiModelProperty(value = "操作用户", hidden = true)
    private Long userId;
}