huanghongfa
2021-01-23 58808fbcad9ae15f6a9ad308ea1b6efc485a4495
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/PageComActDiscussDTO.java
@@ -37,4 +37,7 @@
    @ApiModelProperty("查询结束时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date end;
    @ApiModelProperty(value = "登录用户",hidden = true)
    private Long userId;
}