From e75b4aa72e9f260912a96a9bc36b58f9985862b0 Mon Sep 17 00:00:00 2001
From: 罗元桥 <2376770955@qq.com>
Date: 星期三, 30 六月 2021 18:13:15 +0800
Subject: [PATCH] Merge branch 'test' into 'master'
---
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActEasyPhotoVO.java | 18 ++++++++++++++++++
1 files changed, 18 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..a52f0ad 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,21 @@
@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;
}
--
Gitblit v1.7.1