From 74c33c297946d1b1aedaa71a9175b09fad9f9343 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期一, 12 七月 2021 17:46:25 +0800 Subject: [PATCH] 修改bug --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActEasyPhotoVO.java | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActEasyPhotoVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActEasyPhotoVO.java index f58987f..34ba7cf 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActEasyPhotoVO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActEasyPhotoVO.java @@ -9,6 +9,7 @@ import javax.validation.constraints.Min; import javax.validation.constraints.NotBlank; +import java.math.BigDecimal; import java.util.Date; import java.util.List; @@ -130,4 +131,24 @@ @ApiModelProperty(value = "地址备注") private String addrRemark; + @ApiModelProperty(value = "是否上报社区处理(0.否 1.是)") + private Integer isReport; + + @ApiModelProperty(value = "是否公示(0.否 1.是)") + private Integer isPublicity; + + @ApiModelProperty(value = "处理状态(1.待处理 2.已处理)") + private Integer handleStatus; + + @ApiModelProperty(value = "发生地址经纬度信息,逗号分割(长的在前面,短的在后面)") + private String lngLat; + + @ApiModelProperty(value = "随手拍标签(1.优质 2.精良 3.普通)") + private Integer activityType; + + @ApiModelProperty(value = "参加活动奖励金额") + private BigDecimal activityAmount; + + @ApiModelProperty(value = "类型(1.心情类 2.治理类)") + private Integer easyType; } -- Gitblit v1.7.1