huanghongfa
2021-05-27 23f8236c1ae1a1668bff373491beb37477865a2d
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/grid/ComActEasyPhotoVO.java
@@ -30,19 +30,18 @@
    @ApiModelProperty(value = "地址备注")
   private String addrRemark;
    @ApiModelProperty(value = "状态 1待处理 2已处理")
   private Integer status;
//    @ApiModelProperty(value = "状态 1待处理 2已处理")
//   private Integer status;
    @ApiModelProperty(value = "处理人id")
   private Long handlerId;
   @ApiModelProperty(value = "处理人名字")
   private String handlerName;
    @ApiModelProperty(value = "创建时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   private Date createAt;
    @ApiModelProperty(value = "审核时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   private Date examineAt;
    @ApiModelProperty(value = "详情")
   private String detail;
@@ -62,18 +61,12 @@
    @ApiModelProperty(value = "是否匿名发布 0 否 1 是")
   private Integer isHide;
    @ApiModelProperty(value = "是否需要反馈 0 不需要 1 需要")
   private Integer isNeedFeedBack;
    @ApiModelProperty(value = "反馈时间")
    @ApiModelProperty(value = "处理时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   private Date feedbackAt;
    @ApiModelProperty(value = "驳回原因")
   private String rejectReason;
    @ApiModelProperty(value = "封面图片")
   private String cover;
//    @ApiModelProperty(value = "封面图片")
//   private String cover;
    @ApiModelProperty(value = "是否删除 0 否 1 是")
   private Integer delTag;
@@ -84,5 +77,13 @@
    @ApiModelProperty(value = "是否公示(0.否 1.是)")
   private Integer isPublicity;
   @ApiModelProperty(value = "发布人名称")
    private String nickName;
   @ApiModelProperty(value = "发布人头像")
   private String imageUrl;
   @ApiModelProperty(value = "随手拍类型列表")
   private List<String> easyPhotoList;
}