huanghongfa
2021-08-19 4a7fa07cefb891cf3294a33684fe781bc7d1d89b
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/questnaire/QuestnaireListVo.java
@@ -16,23 +16,26 @@
    @ApiModelProperty("标题")
    private String title;
    @ApiModelProperty("状态 0 调研中 1已停止")
    @ApiModelProperty("状态 1待发布 2调研中 3已停止")
    private Integer state;
    @ApiModelProperty("参与人数")
    private Integer joinCount;
    @ApiModelProperty("发布人")
    private String createBy;
    @ApiModelProperty("浏览量")
    private Long viewNum;
    @ApiModelProperty("发布人姓名")
    private String createUser;
    @ApiModelProperty("填报项数量")
    private Integer count;
    @ApiModelProperty("发布时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date createAt;
    @ApiModelProperty("是否已回答")
    private Boolean answer;
    @ApiModelProperty("是否已参与(1.是 2.否)")
    private Integer isAnswer;
    @ApiModelProperty("是否封面(1.是 2.否)")
    private Integer isCover;
}